#051D23

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

Shades of Black Pearl #051D23

Tints of Black Pearl #051D23

Color information

#051D23 (or 0x051D23) is unknown color: approx Black Pearl. HEX triplet: 05, 1D and 23. RGB value is (5,29,35). Sum of RGB (Red+Green+Blue) = 5+29+35=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 35 (14.06% from 255 or 50.72% from 69); Max value from RGB is 35 - color contains mainly: blue. Hex color #051D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D23 is #FAE2DC. Grayscale: #161616. Windows color (decimal): -16442077 or 2301189. OLE color: 2301189.

HSL color Cylindrical-coordinate representation of color #051D23: hue angle of 192º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #051D23 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB52935-
CMYK0.860.1700.86
HSL192º75%7.84%-
HSV(B)192º85.71%13.73%-
XYZ0.811.031.75-
YUV22.51135.05115.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 29 (11.72% from 255) = 42.03%
BLUE value IS 35 (14.06% from 255) = 50.72%
R=7.25%
G=42.03%
B=50.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal529350.860.1700.86192757.84
Hex51D235611056c04b8
Octal5354312621012630011310
Binary10111101100011101011010001010101101100000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,29,35); }

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

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

 a { background-color: rgb(5,29,35); }

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

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

 span { border-color: rgb(5,29,35); }

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