Html Css Color HEX #010406 Black Pearl

📋 copy color: '#010406'

red 1 ◦ green 4 ◦ blue 6

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

Shades of Black Pearl #010406

Tints of Black Pearl #010406

RGB

 RED value IS 1 (0.78% from 255) = 9.09%

 GREEN value IS 4 (1.95% from 255) = 36.36%

 BLUE value IS 6 (2.73% from 255) = 54.55%

R = 9.09%
G = 36.36%
B = 54.55%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#010406 (or 0x010406) is known color: Black Pearl. HEX triplet: 01, 04 and 06. RGB value is (1,4,6). Sum of RGB (Red+Green+Blue) = 1+4+6=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 4 (1.95% from 255 or 36.36% from 11); Blue value is 6 (2.73% from 255 or 54.55% from 11); Max value from RGB is 6 - color contains mainly: blue. Hex color #010406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010406 is #FEFBF9. Grayscale: #030303. Windows color (decimal): -16710650 or 394241. OLE color: 394241.

HSL color Cylindrical-coordinate representation of color #010406: hue angle of 204º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #010406 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 1 4 6 -
CMYK 0.83 0.33 0 0.98
HSL 204º 0.71% 0.01% -
HSV(B) 204º 0.83% 0.02% -
XYZ 0.09 0.11 0.19 -
YUV 3.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 1 4 6 0.83 0.33 0 0.98 204 0.71 0.01
Hex 1 4 6 53 21 0 62 CC 47 1
Octal 1 4 6 123 41 0 142 314 107 1
Binary 1 100 110 1010011 100001 0 1100010 11001100 1000111 1

Color Harmonies of #010406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010406

Black with #010406

Text Example


Text Example

White with #010406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010406; }

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

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

background-color css

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

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

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

border-color css

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

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

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