Html Css Color HEX #010A11 Black Pearl

📋 copy color: '#010A11'

red 1 ◦ green 10 ◦ blue 17

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

Shades of Black Pearl #010A11

Tints of Black Pearl #010A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 35.71%

 BLUE value IS 17 (7.03% from 255) = 60.71%

R = 3.57%
G = 35.71%
B = 60.71%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010A11 (or 0x010A11) is known color: Black Pearl. HEX triplet: 01, 0A and 11. RGB value is (1,10,17). Sum of RGB (Red+Green+Blue) = 1+10+17=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #010A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A11 is #FEF5EE. Grayscale: #080808. Windows color (decimal): -16709103 or 1116673. OLE color: 1116673.

HSL color Cylindrical-coordinate representation of color #010A11: hue angle of 206.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010A11 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 10 17 -
CMYK 0.94 0.41 0 0.93
HSL 206.25º 0.89% 0.04% -
HSV(B) 206.25º 0.94% 0.07% -
XYZ 0.22 0.26 0.57 -
YUV 8.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 1 10 17 0.94 0.41 0 0.93 206.25 0.89 0.04
Hex 1 A 11 5E 29 0 5D CE 59 4
Octal 1 12 21 136 51 0 135 316 131 4
Binary 1 1010 10001 1011110 101001 0 1011101 11001110 1011001 100

Color Harmonies of #010A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A11

Black with #010A11

Text Example


Text Example

White with #010A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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