#05252F

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

Shades of Black Pearl #05252F

Tints of Black Pearl #05252F

Color information

#05252F (or 0x05252F) is unknown color: approx Black Pearl. HEX triplet: 05, 25 and 2F. RGB value is (5,37,47). Sum of RGB (Red+Green+Blue) = 5+37+47=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #05252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05252F is #FADAD0. Grayscale: #1C1C1C. Windows color (decimal): -16440017 or 3089669. OLE color: 3089669.

HSL color Cylindrical-coordinate representation of color #05252F: hue angle of 194.29º degrees, saturation: 0.81, 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 #05252F is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB53747-
CMYK0.890.2100.82
HSL194.29º80.77%10.2%-
HSV(B)194.29º89.36%18.43%-
XYZ1.241.562.93-
YUV28.57138.4111.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 47 (18.75% from 255) = 52.81%
R=5.62%
G=41.57%
B=52.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal537470.890.2100.82194.2980.7710.2
Hex5252F5915052c251a
Octal5455713125012230212112
Binary101100101101111101100110101010100101100001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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