Html Css Color HEX #0A0601 Black

📋 copy color: '#0A0601'

red 10 ◦ green 6 ◦ blue 1

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

Shades of Black #0A0601

Tints of Black #0A0601

RGB

 RED value IS 10 (4.3% from 255) = 58.82%

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

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

R = 58.82%
G = 35.29%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.90

 K value IS 0.96

RGB Variations

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

Color information

#0A0601 (or 0x0A0601) is known color: Black. HEX triplet: 0A, 06 and 01. RGB value is (10,6,1). Sum of RGB (Red+Green+Blue) = 10+6+1=17 (2% of max value = 765). Red value is 10 (4.30% from 255 or 58.82% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0601 is #F5F9FE. Grayscale: #060606. Windows color (decimal): -16120319 or 67082. OLE color: 67082.

HSL color Cylindrical-coordinate representation of color #0A0601: hue angle of 33.33º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0601 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 6 1 -
CMYK 0 0.4 0.90 0.96
HSL 33.33º 0.82% 0.02% -
HSV(B) 33.33º 0.9% 0.04% -
XYZ 0.2 0.2 0.06 -
YUV 6.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 10 6 1 0 0.4 0.90 0.96 33.33 0.82 0.02
Hex A 6 1 0 28 5A 60 21 52 2
Octal 12 6 1 0 50 132 140 41 122 2
Binary 1010 110 1 0 101000 1011010 1100000 100001 1010010 10

Color Harmonies of #0A0601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0601

Black with #0A0601

Text Example


Text Example

White with #0A0601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,6,1); }

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

background-color css

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

 a { background-color: rgb(10,6,1); }

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

border-color css

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

 span { border-color: rgb(10,6,1); }

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