#051B25

Color #051B25 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #051B25

Tints of Black Pearl #051B25

Color information

#051B25 (or 0x051B25) is unknown color: approx Black Pearl. HEX triplet: 05, 1B and 25. RGB value is (5,27,37). Sum of RGB (Red+Green+Blue) = 5+27+37=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #051B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B25 is #FAE4DA. Grayscale: #151515. Windows color (decimal): -16442587 or 2431749. OLE color: 2431749.

HSL color Cylindrical-coordinate representation of color #051B25: hue angle of 198.75º 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 #051B25 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB52737-
CMYK0.860.2700.85
HSL198.75º76.19%8.24%-
HSV(B)198.75º86.49%14.51%-
XYZ0.790.951.89-
YUV21.56136.71116.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 27 (10.94% from 255) = 39.13%
BLUE value IS 37 (14.84% from 255) = 53.62%
R=7.25%
G=39.13%
B=53.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal527370.860.2700.85198.7576.198.24
Hex51B25561B055c74c8
Octal5334512633012530711410
Binary10111011100101101011011011010101011100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #051B25;
 }
 .AnyTagClassName
 {
   color: #051B25;
 }
</style>
background-color css

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

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

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

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

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

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