#05272D

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

Shades of Black Pearl #05272D

Tints of Black Pearl #05272D

Color information

#05272D (or 0x05272D) is unknown color: approx Black Pearl. HEX triplet: 05, 27 and 2D. RGB value is (5,39,45). Sum of RGB (Red+Green+Blue) = 5+39+45=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #05272D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05272D is #FAD8D2. Grayscale: #1D1D1D. Windows color (decimal): -16439507 or 2959109. OLE color: 2959109.

HSL color Cylindrical-coordinate representation of color #05272D: hue angle of 189º 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 #05272D is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB53945-
CMYK0.890.1300.82
HSL189º80%9.8%-
HSV(B)189º88.89%17.65%-
XYZ1.261.672.74-
YUV29.52136.74110.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 39 (15.62% from 255) = 43.82%
BLUE value IS 45 (17.97% from 255) = 50.56%
R=5.62%
G=43.82%
B=50.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal539450.890.1300.82189809.8
Hex5272D59D052bd50a
Octal5475513115012227512012
Binary10110011110110110110011101010100101011110110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05272D; }

 p { color: rgb(5,39,45); }

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

<style>
 a { background-color: #05272D; }

 a { background-color: rgb(5,39,45); }

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

<style>
 span { border-color: #05272D; }

 span { border-color: rgb(5,39,45); }

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