#1A0B24

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

Shades of Blackcurrant #1A0B24

Tints of Blackcurrant #1A0B24

Color information

#1A0B24 (or 0x1A0B24) is unknown color: approx Blackcurrant. HEX triplet: 1A, 0B and 24. RGB value is (26,11,36). Sum of RGB (Red+Green+Blue) = 26+11+36=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #1A0B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0B24 is #E5F4DB. Grayscale: #121212. Windows color (decimal): -15070428 or 2362138. OLE color: 2362138.

HSL color Cylindrical-coordinate representation of color #1A0B24: hue angle of 276º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A0B24 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB261136-
CMYK0.280.6900.86
HSL276º53.19%9.22%-
HSV(B)276º69.44%14.12%-
XYZ0.860.591.74-
YUV18.34137.97133.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.62%
GREEN value IS 11 (4.69% from 255) = 15.07%
BLUE value IS 36 (14.45% from 255) = 49.32%
R=35.62%
G=15.07%
B=49.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2611360.280.6900.8627653.199.22
Hex1AB241C45056114359
Octal3213443410501264246511
Binary110101011100100111001000101010101101000101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A0B24; }

 p { color: rgb(26,11,36); }

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

<style>
 a { background-color: #1A0B24; }

 a { background-color: rgb(26,11,36); }

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

<style>
 span { border-color: #1A0B24; }

 span { border-color: rgb(26,11,36); }

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