Html Css Color HEX #0D061F Haiti

📋 copy color: '#0D061F'

red 13 ◦ green 6 ◦ blue 31

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

Shades of Haiti #0D061F

Tints of Haiti #0D061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 62%

R = 26%
G = 12%
B = 62%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D061F (or 0x0D061F) is known color: Haiti. HEX triplet: 0D, 06 and 1F. RGB value is (13,6,31). Sum of RGB (Red+Green+Blue) = 13+6+31=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D061F is #F2F9E0. Grayscale: #0A0A0A. Windows color (decimal): -15923681 or 2033165. OLE color: 2033165.

HSL color Cylindrical-coordinate representation of color #0D061F: hue angle of 256.8º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D061F is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 6 31 -
CMYK 0.58 0.81 0 0.88
HSL 256.8º 0.68% 0.07% -
HSV(B) 256.8º 0.81% 0.12% -
XYZ 0.48 0.31 1.33 -
YUV 10.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 13 6 31 0.58 0.81 0 0.88 256.8 0.68 0.07
Hex D 6 1F 3A 51 0 58 101 44 7
Octal 15 6 37 72 121 0 130 401 104 7
Binary 1101 110 11111 111010 1010001 0 1011000 100000001 1000100 111

Color Harmonies of #0D061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D061F

Black with #0D061F

Text Example


Text Example

White with #0D061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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