#0B0223

Color #0B0223 Haiti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Haiti #0B0223

Tints of Haiti #0B0223

Color information

#0B0223 (or 0x0B0223) is unknown color: approx Haiti. HEX triplet: 0B, 02 and 23. RGB value is (11,2,35). Sum of RGB (Red+Green+Blue) = 11+2+35=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 35 (14.06% from 255 or 72.92% from 48); Max value from RGB is 35 - color contains mainly: blue. Hex color #0B0223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0223 is #F4FDDC. Grayscale: #080808. Windows color (decimal): -16055773 or 2294283. OLE color: 2294283.

HSL color Cylindrical-coordinate representation of color #0B0223: hue angle of 256.36º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0223 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB11235-
CMYK0.690.9400.86
HSL256.36º89.19%7.25%-
HSV(B)256.36º94.29%13.73%-
XYZ0.460.241.61-
YUV8.45142.98129.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.92%
GREEN value IS 2 (1.17% from 255) = 4.17%
BLUE value IS 35 (14.06% from 255) = 72.92%
R=22.92%
G=4.17%
B=72.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal112350.690.9400.86256.3689.197.25
HexB223455E056100597
Octal1324310513601264001317
Binary10111010001110001011011110010101101000000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0223; }

 p { color: rgb(11,2,35); }

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

<style>
 a { background-color: #0B0223; }

 a { background-color: rgb(11,2,35); }

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

<style>
 span { border-color: #0B0223; }

 span { border-color: rgb(11,2,35); }

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