Html Css Color HEX #02070C Black Pearl

📋 copy color: '#02070C'

red 2 ◦ green 7 ◦ blue 12

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

Shades of Black Pearl #02070C

Tints of Black Pearl #02070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 33.33%

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

R = 9.52%
G = 33.33%
B = 57.14%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#02070C (or 0x02070C) is known color: Black Pearl. HEX triplet: 02, 07 and 0C. RGB value is (2,7,12). Sum of RGB (Red+Green+Blue) = 2+7+12=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 7 (3.12% from 255 or 33.33% from 21); Blue value is 12 (5.08% from 255 or 57.14% from 21); Max value from RGB is 12 - color contains mainly: blue. Hex color #02070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02070C is #FDF8F3. Grayscale: #060606. Windows color (decimal): -16644340 or 788226. OLE color: 788226.

HSL color Cylindrical-coordinate representation of color #02070C: hue angle of 210º 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 #02070C is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 7 12 -
CMYK 0.83 0.42 0 0.95
HSL 210º 0.71% 0.03% -
HSV(B) 210º 0.83% 0.05% -
XYZ 0.17 0.19 0.38 -
YUV 6.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 2 7 12 0.83 0.42 0 0.95 210 0.71 0.03
Hex 2 7 C 53 2A 0 5F D2 47 3
Octal 2 7 14 123 52 0 137 322 107 3
Binary 10 111 1100 1010011 101010 0 1011111 11010010 1000111 11

Color Harmonies of #02070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02070C

Black with #02070C

Text Example


Text Example

White with #02070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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