Html Css Color HEX #020B0C Black Pearl

📋 copy color: '#020B0C'

red 2 ◦ green 11 ◦ blue 12

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

Shades of Black Pearl #020B0C

Tints of Black Pearl #020B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 44%

 BLUE value IS 12 (5.08% from 255) = 48%

R = 8%
G = 44%
B = 48%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#020B0C (or 0x020B0C) is known color: Black Pearl. HEX triplet: 02, 0B and 0C. RGB value is (2,11,12). Sum of RGB (Red+Green+Blue) = 2+11+12=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 12 - color contains mainly: blue. Hex color #020B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B0C is #FDF4F3. Grayscale: #080808. Windows color (decimal): -16643316 or 789250. OLE color: 789250.

HSL color Cylindrical-coordinate representation of color #020B0C: hue angle of 186º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #020B0C is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 11 12 -
CMYK 0.83 0.08 0 0.95
HSL 186º 0.71% 0.03% -
HSV(B) 186º 0.83% 0.05% -
XYZ 0.21 0.28 0.39 -
YUV 8.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 2 11 12 0.83 0.08 0 0.95 186 0.71 0.03
Hex 2 B C 53 8 0 5F BA 47 3
Octal 2 13 14 123 10 0 137 272 107 3
Binary 10 1011 1100 1010011 1000 0 1011111 10111010 1000111 11

Color Harmonies of #020B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B0C

Black with #020B0C

Text Example


Text Example

White with #020B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020B0C; }

 p { color: rgb(2,11,12); }

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

background-color css

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

 a { background-color: rgb(2,11,12); }

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

border-color css

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

 span { border-color: rgb(2,11,12); }

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