Html Css Color HEX #0D0A13 Haiti

📋 copy color: '#0D0A13'

red 13 ◦ green 10 ◦ blue 19

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

Shades of Haiti #0D0A13

Tints of Haiti #0D0A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 23.81%

 BLUE value IS 19 (7.81% from 255) = 45.24%

R = 30.95%
G = 23.81%
B = 45.24%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0D0A13 (or 0x0D0A13) is known color: Haiti. HEX triplet: 0D, 0A and 13. RGB value is (13,10,19). Sum of RGB (Red+Green+Blue) = 13+10+19=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: blue. Hex color #0D0A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0A13 is #F2F5EC. Grayscale: #0B0B0B. Windows color (decimal): -15922669 or 1247757. OLE color: 1247757.

HSL color Cylindrical-coordinate representation of color #0D0A13: hue angle of 260º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0D0A13 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 10 19 -
CMYK 0.32 0.47 0 0.93
HSL 260º 0.31% 0.06% -
HSV(B) 260º 0.47% 0.07% -
XYZ 0.39 0.35 0.66 -
YUV 11.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 13 10 19 0.32 0.47 0 0.93 260 0.31 0.06
Hex D A 13 20 2F 0 5D 104 1F 6
Octal 15 12 23 40 57 0 135 404 37 6
Binary 1101 1010 10011 100000 101111 0 1011101 100000100 11111 110

Color Harmonies of #0D0A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0A13

Black with #0D0A13

Text Example


Text Example

White with #0D0A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,10,19); }

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

background-color css

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

 a { background-color: rgb(13,10,19); }

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

border-color css

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

 span { border-color: rgb(13,10,19); }

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