Html Css Color HEX #0D0504 Black

📋 copy color: '#0D0504'

red 13 ◦ green 5 ◦ blue 4

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

Shades of Black #0D0504

Tints of Black #0D0504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 18.18%

R = 59.09%
G = 22.73%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.95

RGB Variations

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

Color information

#0D0504 (or 0x0D0504) is known color: Black. HEX triplet: 0D, 05 and 04. RGB value is (13,5,4). Sum of RGB (Red+Green+Blue) = 13+5+4=22 (2% of max value = 765). Red value is 13 (5.47% from 255 or 59.09% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0504 is #F2FAFB. Grayscale: #070707. Windows color (decimal): -15923964 or 263437. OLE color: 263437.

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

Color convert

RGB 13 5 4 -
CMYK 0 0.62 0.69 0.95
HSL 6.67º 0.53% 0.03% -
HSV(B) 6.67º 0.69% 0.05% -
XYZ 0.24 0.2 0.14 -
YUV 7.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 13 5 4 0 0.62 0.69 0.95 6.67 0.53 0.03
Hex D 5 4 0 3E 45 5F 7 35 3
Octal 15 5 4 0 76 105 137 7 65 3
Binary 1101 101 100 0 111110 1000101 1011111 111 110101 11

Color Harmonies of #0D0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0504

Black with #0D0504

Text Example


Text Example

White with #0D0504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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