Html Css Color HEX #051F25 Black Pearl

📋 copy color: '#051F25'

red 5 ◦ green 31 ◦ blue 37

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

Shades of Black Pearl #051F25

Tints of Black Pearl #051F25

RGB

 RED value IS 5 (2.34% from 255) = 6.85%

 GREEN value IS 31 (12.5% from 255) = 42.47%

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

R = 6.85%
G = 42.47%
B = 50.68%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#051F25 (or 0x051F25) is known color: Black Pearl. HEX triplet: 05, 1F and 25. RGB value is (5,31,37). Sum of RGB (Red+Green+Blue) = 5+31+37=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #051F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F25 is #FAE0DA. Grayscale: #171717. Windows color (decimal): -16441563 or 2432773. OLE color: 2432773.

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

Color convert

RGB 5 31 37 -
CMYK 0.86 0.16 0 0.85
HSL 191.25º 0.76% 0.08% -
HSV(B) 191.25º 0.86% 0.15% -
XYZ 0.89 1.15 1.92 -
YUV 23.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 5 31 37 0.86 0.16 0 0.85 191.25 0.76 0.08
Hex 5 1F 25 56 10 0 55 BF 4C 8
Octal 5 37 45 126 20 0 125 277 114 10
Binary 101 11111 100101 1010110 10000 0 1010101 10111111 1001100 1000

Color Harmonies of #051F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F25

Black with #051F25

Text Example


Text Example

White with #051F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,31,37); }

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

background-color css

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

 a { background-color: rgb(5,31,37); }

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

border-color css

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

 span { border-color: rgb(5,31,37); }

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