#05272B

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

Shades of Black Pearl #05272B

Tints of Black Pearl #05272B

Color information

#05272B (or 0x05272B) is unknown color: approx Black Pearl. HEX triplet: 05, 27 and 2B. RGB value is (5,39,43). Sum of RGB (Red+Green+Blue) = 5+39+43=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #05272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05272B is #FAD8D4. Grayscale: #1D1D1D. Windows color (decimal): -16439509 or 2828037. OLE color: 2828037.

HSL color Cylindrical-coordinate representation of color #05272B: hue angle of 186.32º 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 #05272B is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB53943-
CMYK0.880.0900.83
HSL186.32º79.17%9.41%-
HSV(B)186.32º88.37%16.86%-
XYZ1.221.662.54-
YUV29.29135.74110.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 39 (15.62% from 255) = 44.83%
BLUE value IS 43 (17.19% from 255) = 49.43%
R=5.75%
G=44.83%
B=49.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal539430.880.0900.83186.3279.179.41
Hex5272B589053ba4f9
Octal5475313011012327211711
Binary10110011110101110110001001010100111011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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