#051A25

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

Shades of Black Pearl #051A25

Tints of Black Pearl #051A25

Color information

#051A25 (or 0x051A25) is unknown color: approx Black Pearl. HEX triplet: 05, 1A and 25. RGB value is (5,26,37). Sum of RGB (Red+Green+Blue) = 5+26+37=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #051A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A25 is #FAE5DA. Grayscale: #141414. Windows color (decimal): -16442843 or 2431493. OLE color: 2431493.

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

Color convert

RGB52637-
CMYK0.860.3000.85
HSL200.62º76.19%8.24%-
HSV(B)200.62º86.49%14.51%-
XYZ0.770.91.88-
YUV20.98137.04116.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 26 (10.55% from 255) = 38.24%
BLUE value IS 37 (14.84% from 255) = 54.41%
R=7.35%
G=38.24%
B=54.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal526370.860.3000.85200.6276.198.24
Hex51A25561E055c94c8
Octal5324512636012531111410
Binary10111010100101101011011110010101011100100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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