#05252B

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

Shades of Black Pearl #05252B

Tints of Black Pearl #05252B

Color information

#05252B (or 0x05252B) is unknown color: approx Black Pearl. HEX triplet: 05, 25 and 2B. RGB value is (5,37,43). Sum of RGB (Red+Green+Blue) = 5+37+43=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #05252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05252B is #FADAD4. Grayscale: #1C1C1C. Windows color (decimal): -16440021 or 2827525. OLE color: 2827525.

HSL color Cylindrical-coordinate representation of color #05252B: hue angle of 189.47º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05252B is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB53743-
CMYK0.880.1400.83
HSL189.47º79.17%9.41%-
HSV(B)189.47º88.37%16.86%-
XYZ1.161.532.52-
YUV28.12136.4111.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 37 (14.84% from 255) = 43.53%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=5.88%
G=43.53%
B=50.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal537430.880.1400.83189.4779.179.41
Hex5252B58E053bd4f9
Octal5455313016012327511711
Binary10110010110101110110001110010100111011110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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