#05252A

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

Shades of Black Pearl #05252A

Tints of Black Pearl #05252A

Color information

#05252A (or 0x05252A) is unknown color: approx Black Pearl. HEX triplet: 05, 25 and 2A. RGB value is (5,37,42). Sum of RGB (Red+Green+Blue) = 5+37+42=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #05252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05252A is #FADAD5. Grayscale: #1B1B1B. Windows color (decimal): -16440022 or 2761989. OLE color: 2761989.

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

Color convert

RGB53742-
CMYK0.880.1200.84
HSL188.11º78.72%9.22%-
HSV(B)188.11º88.1%16.47%-
XYZ1.141.522.42-
YUV28135.9111.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 42 (16.80% from 255) = 50%
R=5.95%
G=44.05%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal537420.880.1200.84188.1178.729.22
Hex5252A58C054bc4f9
Octal5455213014012427411711
Binary10110010110101010110001100010101001011110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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