Html Css Color HEX #020F19 Black Pearl

📋 copy color: '#020F19'

red 2 ◦ green 15 ◦ blue 25

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

Shades of Black Pearl #020F19

Tints of Black Pearl #020F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 35.71%

 BLUE value IS 25 (10.16% from 255) = 59.52%

R = 4.76%
G = 35.71%
B = 59.52%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#020F19 (or 0x020F19) is known color: Black Pearl. HEX triplet: 02, 0F and 19. RGB value is (2,15,25). Sum of RGB (Red+Green+Blue) = 2+15+25=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #020F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F19 is #FDF0E6. Grayscale: #0C0C0C. Windows color (decimal): -16642279 or 1642242. OLE color: 1642242.

HSL color Cylindrical-coordinate representation of color #020F19: hue angle of 206.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020F19 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 2 15 25 -
CMYK 0.92 0.40 0 0.90
HSL 206.09º 0.85% 0.05% -
HSV(B) 206.09º 0.92% 0.1% -
XYZ 0.37 0.42 0.98 -
YUV 12.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 2 15 25 0.92 0.40 0 0.90 206.09 0.85 0.05
Hex 2 F 19 5C 28 0 5A CE 55 5
Octal 2 17 31 134 50 0 132 316 125 5
Binary 10 1111 11001 1011100 101000 0 1011010 11001110 1010101 101

Color Harmonies of #020F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F19

Black with #020F19

Text Example


Text Example

White with #020F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,15,25); }

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

background-color css

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

 a { background-color: rgb(2,15,25); }

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

border-color css

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

 span { border-color: rgb(2,15,25); }

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