Html Css Color HEX #0D0502 Black

📋 copy color: '#0D0502'

red 13 ◦ green 5 ◦ blue 2

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

Shades of Black #0D0502

Tints of Black #0D0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 25%

 BLUE value IS 2 (1.17% from 255) = 10%

R = 65%
G = 25%
B = 10%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.95

RGB Variations

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

Color information

#0D0502 (or 0x0D0502) is known color: Black. HEX triplet: 0D, 05 and 02. RGB value is (13,5,2). Sum of RGB (Red+Green+Blue) = 13+5+2=20 (2% of max value = 765). Red value is 13 (5.47% from 255 or 65% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0502 is #F2FAFD. Grayscale: #070707. Windows color (decimal): -15923966 or 132365. OLE color: 132365.

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

Color convert

RGB 13 5 2 -
CMYK 0 0.62 0.85 0.95
HSL 16.36º 0.73% 0.03% -
HSV(B) 16.36º 0.85% 0.05% -
XYZ 0.23 0.2 0.08 -
YUV 7.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 13 5 2 0 0.62 0.85 0.95 16.36 0.73 0.03
Hex D 5 2 0 3E 55 5F 10 49 3
Octal 15 5 2 0 76 125 137 20 111 3
Binary 1101 101 10 0 111110 1010101 1011111 10000 1001001 11

Color Harmonies of #0D0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0502

Black with #0D0502

Text Example


Text Example

White with #0D0502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,5,2); }

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

background-color css

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

 a { background-color: rgb(13,5,2); }

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

border-color css

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

 span { border-color: rgb(13,5,2); }

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