Html Css Color HEX #0D0008 Melanzane

📋 copy color: '#0D0008'

red 13 ◦ green 0 ◦ blue 8

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

Shades of Melanzane #0D0008

Tints of Melanzane #0D0008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 38.1%

R = 61.9%
G = 0%
B = 38.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.95

RGB Variations

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

Color information

#0D0008 (or 0x0D0008) is known color: Melanzane. HEX triplet: 0D, 00 and 08. RGB value is (13,0,8). Sum of RGB (Red+Green+Blue) = 13+0+8=21 (2% of max value = 765). Red value is 13 (5.47% from 255 or 61.90% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0008 is #F2FFF7. Grayscale: #040404. Windows color (decimal): -15925240 or 524301. OLE color: 524301.

HSL color Cylindrical-coordinate representation of color #0D0008: hue angle of 323.08º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0008 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.95.

Color convert

RGB 13 0 8 -
CMYK 0 1 0.38 0.95
HSL 323.08º 1% 0.03% -
HSV(B) 323.08º 1% 0.05% -
XYZ 0.21 0.1 0.24 -
YUV 4.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 13 0 8 0 1 0.38 0.95 323.08 1 0.03
Hex D 0 8 0 64 26 5F 143 64 3
Octal 15 0 10 0 144 46 137 503 144 3
Binary 1101 0 1000 0 1100100 100110 1011111 101000011 1100100 11

Color Harmonies of #0D0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0008

Black with #0D0008

Text Example


Text Example

White with #0D0008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,0,8); }

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

background-color css

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

 a { background-color: rgb(13,0,8); }

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

border-color css

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

 span { border-color: rgb(13,0,8); }

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