Html Css Color HEX #020F1F Black Pearl

📋 copy color: '#020F1F'

red 2 ◦ green 15 ◦ blue 31

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

Shades of Black Pearl #020F1F

Tints of Black Pearl #020F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 64.58%

R = 4.17%
G = 31.25%
B = 64.58%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#020F1F (or 0x020F1F) is known color: Black Pearl. HEX triplet: 02, 0F and 1F. RGB value is (2,15,31). Sum of RGB (Red+Green+Blue) = 2+15+31=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #020F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F1F is #FDF0E0. Grayscale: #0C0C0C. Windows color (decimal): -16642273 or 2035458. OLE color: 2035458.

HSL color Cylindrical-coordinate representation of color #020F1F: hue angle of 213.1º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020F1F is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 15 31 -
CMYK 0.94 0.52 0 0.88
HSL 213.1º 0.88% 0.06% -
HSV(B) 213.1º 0.94% 0.12% -
XYZ 0.44 0.45 1.36 -
YUV 12.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 2 15 31 0.94 0.52 0 0.88 213.1 0.88 0.06
Hex 2 F 1F 5E 34 0 58 D5 58 6
Octal 2 17 37 136 64 0 130 325 130 6
Binary 10 1111 11111 1011110 110100 0 1011000 11010101 1011000 110

Color Harmonies of #020F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F1F

Black with #020F1F

Text Example


Text Example

White with #020F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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