Html Css Color HEX #0D0501 Black

📋 copy color: '#0D0501'

red 13 ◦ green 5 ◦ blue 1

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

Shades of Black #0D0501

Tints of Black #0D0501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 5.26%

R = 68.42%
G = 26.32%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.95

RGB Variations

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

Color information

#0D0501 (or 0x0D0501) is known color: Black. HEX triplet: 0D, 05 and 01. RGB value is (13,5,1). Sum of RGB (Red+Green+Blue) = 13+5+1=19 (2% of max value = 765). Red value is 13 (5.47% from 255 or 68.42% from 19); Green value is 5 (2.34% from 255 or 26.32% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0501 is #F2FAFE. Grayscale: #060606. Windows color (decimal): -15923967 or 66829. OLE color: 66829.

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

Color convert

RGB 13 5 1 -
CMYK 0 0.62 0.92 0.95
HSL 20º 0.86% 0.03% -
HSV(B) 20º 0.92% 0.05% -
XYZ 0.23 0.2 0.05 -
YUV 6.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 13 5 1 0 0.62 0.92 0.95 20 0.86 0.03
Hex D 5 1 0 3E 5C 5F 14 56 3
Octal 15 5 1 0 76 134 137 24 126 3
Binary 1101 101 1 0 111110 1011100 1011111 10100 1010110 11

Color Harmonies of #0D0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0501

Black with #0D0501

Text Example


Text Example

White with #0D0501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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