Html Css Color HEX #020F1B Black Pearl

📋 copy color: '#020F1B'

red 2 ◦ green 15 ◦ blue 27

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

Shades of Black Pearl #020F1B

Tints of Black Pearl #020F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 61.36%

R = 4.55%
G = 34.09%
B = 61.36%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#020F1B (or 0x020F1B) is known color: Black Pearl. HEX triplet: 02, 0F and 1B. RGB value is (2,15,27). Sum of RGB (Red+Green+Blue) = 2+15+27=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #020F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F1B is #FDF0E4. Grayscale: #0C0C0C. Windows color (decimal): -16642277 or 1773314. OLE color: 1773314.

HSL color Cylindrical-coordinate representation of color #020F1B: hue angle of 208.8º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020F1B is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 15 27 -
CMYK 0.93 0.44 0 0.89
HSL 208.8º 0.86% 0.06% -
HSV(B) 208.8º 0.93% 0.11% -
XYZ 0.39 0.43 1.1 -
YUV 12.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 2 15 27 0.93 0.44 0 0.89 208.8 0.86 0.06
Hex 2 F 1B 5D 2C 0 59 D1 56 6
Octal 2 17 33 135 54 0 131 321 126 6
Binary 10 1111 11011 1011101 101100 0 1011001 11010001 1010110 110

Color Harmonies of #020F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F1B

Black with #020F1B

Text Example


Text Example

White with #020F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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