Html Css Color HEX #020F25 Black Pearl

📋 copy color: '#020F25'

red 2 ◦ green 15 ◦ blue 37

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

Shades of Black Pearl #020F25

Tints of Black Pearl #020F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 68.52%

R = 3.7%
G = 27.78%
B = 68.52%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#020F25 (or 0x020F25) is known color: Black Pearl. HEX triplet: 02, 0F and 25. RGB value is (2,15,37). Sum of RGB (Red+Green+Blue) = 2+15+37=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #020F25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F25 is #FDF0DA. Grayscale: #0D0D0D. Windows color (decimal): -16642267 or 2428674. OLE color: 2428674.

HSL color Cylindrical-coordinate representation of color #020F25: hue angle of 217.71º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020F25 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 15 37 -
CMYK 0.95 0.59 0 0.85
HSL 217.71º 0.9% 0.08% -
HSV(B) 217.71º 0.95% 0.15% -
XYZ 0.53 0.49 1.82 -
YUV 13.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 2 15 37 0.95 0.59 0 0.85 217.71 0.9 0.08
Hex 2 F 25 5F 3B 0 55 DA 5A 8
Octal 2 17 45 137 73 0 125 332 132 10
Binary 10 1111 100101 1011111 111011 0 1010101 11011010 1011010 1000

Color Harmonies of #020F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F25

Black with #020F25

Text Example


Text Example

White with #020F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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