Html Css Color HEX #0D061D Haiti

📋 copy color: '#0D061D'

red 13 ◦ green 6 ◦ blue 29

#0D061D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #0D061D

Tints of Haiti #0D061D

RGB

 RED value IS 13 (5.47% from 255) = 27.08%

 GREEN value IS 6 (2.73% from 255) = 12.5%

 BLUE value IS 29 (11.72% from 255) = 60.42%

R = 27.08%
G = 12.5%
B = 60.42%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D061D (or 0x0D061D) is known color: Haiti. HEX triplet: 0D, 06 and 1D. RGB value is (13,6,29). Sum of RGB (Red+Green+Blue) = 13+6+29=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D061D is #F2F9E2. Grayscale: #0A0A0A. Windows color (decimal): -15923683 or 1902093. OLE color: 1902093.

HSL color Cylindrical-coordinate representation of color #0D061D: hue angle of 258.26º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D061D is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 6 29 -
CMYK 0.55 0.79 0 0.89
HSL 258.26º 0.66% 0.07% -
HSV(B) 258.26º 0.79% 0.11% -
XYZ 0.45 0.3 1.2 -
YUV 10.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 13 6 29 0.55 0.79 0 0.89 258.26 0.66 0.07
Hex D 6 1D 37 4F 0 59 102 42 7
Octal 15 6 35 67 117 0 131 402 102 7
Binary 1101 110 11101 110111 1001111 0 1011001 100000010 1000010 111

Color Harmonies of #0D061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D061D

Black with #0D061D

Text Example


Text Example

White with #0D061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,6,29); }

 H1.HeaderClassName
 {
   color: #0D061D;
 }
 .AnyTagClassName
 {
   color: #0D061D;
 }
</style>

background-color css

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

 a { background-color: rgb(13,6,29); }

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

border-color css

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

 span { border-color: rgb(13,6,29); }

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