Html Css Color HEX #020811 Black Pearl

📋 copy color: '#020811'

red 2 ◦ green 8 ◦ blue 17

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

Shades of Black Pearl #020811

Tints of Black Pearl #020811

RGB

 RED value IS 2 (1.17% from 255) = 7.41%

 GREEN value IS 8 (3.52% from 255) = 29.63%

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

R = 7.41%
G = 29.63%
B = 62.96%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020811 (or 0x020811) is known color: Black Pearl. HEX triplet: 02, 08 and 11. RGB value is (2,8,17). Sum of RGB (Red+Green+Blue) = 2+8+17=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #020811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020811 is #FDF7EE. Grayscale: #070707. Windows color (decimal): -16644079 or 1116162. OLE color: 1116162.

HSL color Cylindrical-coordinate representation of color #020811: hue angle of 216º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020811 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 8 17 -
CMYK 0.88 0.53 0 0.93
HSL 216º 0.79% 0.04% -
HSV(B) 216º 0.88% 0.07% -
XYZ 0.21 0.23 0.56 -
YUV 7.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 2 8 17 0.88 0.53 0 0.93 216 0.79 0.04
Hex 2 8 11 58 35 0 5D D8 4F 4
Octal 2 10 21 130 65 0 135 330 117 4
Binary 10 1000 10001 1011000 110101 0 1011101 11011000 1001111 100

Color Harmonies of #020811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020811

Black with #020811

Text Example


Text Example

White with #020811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020811; }

 p { color: rgb(2,8,17); }

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

background-color css

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

 a { background-color: rgb(2,8,17); }

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

border-color css

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

 span { border-color: rgb(2,8,17); }

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