Html Css Color HEX #0D0505 Black

📋 copy color: '#0D0505'

red 13 ◦ green 5 ◦ blue 5

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

Shades of Black #0D0505

Tints of Black #0D0505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 21.74%

R = 56.52%
G = 21.74%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.95

RGB Variations

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

Color information

#0D0505 (or 0x0D0505) is known color: Black. HEX triplet: 0D, 05 and 05. RGB value is (13,5,5). Sum of RGB (Red+Green+Blue) = 13+5+5=23 (3% of max value = 765). Red value is 13 (5.47% from 255 or 56.52% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0505 is #F2FAFA. Grayscale: #070707. Windows color (decimal): -15923963 or 328973. OLE color: 328973.

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

Color convert

RGB 13 5 5 -
CMYK 0 0.62 0.62 0.95
HSL 0.44% 0.04% -
HSV(B) 0.62% 0.05% -
XYZ 0.25 0.21 0.17 -
YUV 7.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 13 5 5 0 0.62 0.62 0.95 0 0.44 0.04
Hex D 5 5 0 3E 3E 5F 0 2C 4
Octal 15 5 5 0 76 76 137 0 54 4
Binary 1101 101 101 0 111110 111110 1011111 0 101100 100

Color Harmonies of #0D0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0505

Black with #0D0505

Text Example


Text Example

White with #0D0505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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