#260C31

Color #260C31 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #260C31

Tints of Blackcurrant #260C31

Color information

#260C31 (or 0x260C31) is unknown color: approx Blackcurrant. HEX triplet: 26, 0C and 31. RGB value is (38,12,49). Sum of RGB (Red+Green+Blue) = 38+12+49=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #260C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C31 is #D9F3CE. Grayscale: #171717. Windows color (decimal): -14283727 or 3214374. OLE color: 3214374.

HSL color Cylindrical-coordinate representation of color #260C31: hue angle of 282.16º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #260C31 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB381249-
CMYK0.220.7600.81
HSL282.16º60.66%11.96%-
HSV(B)282.16º75.51%19.22%-
XYZ1.490.93-
YUV23.99142.11137.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 49 (19.53% from 255) = 49.49%
R=38.38%
G=12.12%
B=49.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3812490.220.7600.81282.1660.6611.96
Hex26C31164C05111a3dc
Octal4614612611401214327514
Binary1001101100110001101101001100010100011000110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260C31; }

 p { color: rgb(38,12,49); }

 H1.HeaderClassName
 {
   color: #260C31;
 }
 .AnyTagClassName
 {
   color: #260C31;
 }
</style>
background-color css

<style>
 a { background-color: #260C31; }

 a { background-color: rgb(38,12,49); }

 div.DivClassName
 {
   background-color: #260C31;
 }
 .BgClassName
 {
   background-color: #260C31;
 }
</style>
border-color css

<style>
 span { border-color: #260C31; }

 span { border-color: rgb(38,12,49); }

 td.TdClassName
 {
   border-color: #260C31;
 }
 .TagClassName
 {
   border-color: #260C31;
 }
</style>