Html Css Color HEX #0D0600 Black

📋 copy color: '#0D0600'

red 13 ◦ green 6 ◦ blue 0

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

Shades of Black #0D0600

Tints of Black #0D0600

RGB

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

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

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

R = 68.42%
G = 31.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.95

RGB Variations

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

Color information

#0D0600 (or 0x0D0600) is known color: Black. HEX triplet: 0D, 06 and 00. RGB value is (13,6,0). Sum of RGB (Red+Green+Blue) = 13+6+0=19 (2% of max value = 765). Red value is 13 (5.47% from 255 or 68.42% from 19); Green value is 6 (2.73% from 255 or 31.58% from 19); Blue value is 0 (0.39% from 255 or 0% from 19); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0600 is #F2F9FF. Grayscale: #070707. Windows color (decimal): -15923712 or 1549. OLE color: 1549.

HSL color Cylindrical-coordinate representation of color #0D0600: hue angle of 27.69º 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 #0D0600 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.95.

Color convert

RGB 13 6 0 -
CMYK 0 0.54 1 0.95
HSL 27.69º 1% 0.03% -
HSV(B) 27.69º 1% 0.05% -
XYZ 0.23 0.22 0.03 -
YUV 7.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 13 6 0 0 0.54 1 0.95 27.69 1 0.03
Hex D 6 0 0 36 64 5F 1C 64 3
Octal 15 6 0 0 66 144 137 34 144 3
Binary 1101 110 0 0 110110 1100100 1011111 11100 1100100 11

Color Harmonies of #0D0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0600

Black with #0D0600

Text Example


Text Example

White with #0D0600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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