#260C33

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

Shades of Blackcurrant #260C33

Tints of Blackcurrant #260C33

Color information

#260C33 (or 0x260C33) is unknown color: approx Blackcurrant. HEX triplet: 26, 0C and 33. RGB value is (38,12,51). Sum of RGB (Red+Green+Blue) = 38+12+51=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #260C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C33 is #D9F3CC. Grayscale: #181818. Windows color (decimal): -14283725 or 3345446. OLE color: 3345446.

HSL color Cylindrical-coordinate representation of color #260C33: hue angle of 280º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #260C33 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB381251-
CMYK0.250.7600.8
HSL280º61.9%12.35%-
HSV(B)280º76.47%20%-
XYZ1.530.913.23-
YUV24.22143.11137.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.62%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=37.62%
G=11.88%
B=50.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3812510.250.7600.828061.912.35
Hex26C33194C0501183ec
Octal4614633111401204307614
Binary1001101100110011110011001100010100001000110001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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