#05252E

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

Shades of Black Pearl #05252E

Tints of Black Pearl #05252E

Color information

#05252E (or 0x05252E) is unknown color: approx Black Pearl. HEX triplet: 05, 25 and 2E. RGB value is (5,37,46). Sum of RGB (Red+Green+Blue) = 5+37+46=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #05252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05252E is #FADAD1. Grayscale: #1C1C1C. Windows color (decimal): -16440018 or 3024133. OLE color: 3024133.

HSL color Cylindrical-coordinate representation of color #05252E: hue angle of 193.17º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05252E is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB53746-
CMYK0.890.2000.82
HSL193.17º80.39%10%-
HSV(B)193.17º89.13%18.04%-
XYZ1.221.552.82-
YUV28.46137.9111.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 46 (18.36% from 255) = 52.27%
R=5.68%
G=42.05%
B=52.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal537460.890.2000.82193.1780.3910
Hex5252E5914052c150a
Octal5455613124012230112012
Binary101100101101110101100110100010100101100000110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05252E; }

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

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

<style>
 a { background-color: #05252E; }

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

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

<style>
 span { border-color: #05252E; }

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

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