#06272C

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

Shades of Black Pearl #06272C

Tints of Black Pearl #06272C

Color information

#06272C (or 0x06272C) is unknown color: approx Black Pearl. HEX triplet: 06, 27 and 2C. RGB value is (6,39,44). Sum of RGB (Red+Green+Blue) = 6+39+44=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #06272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06272C is #F9D8D3. Grayscale: #1D1D1D. Windows color (decimal): -16373972 or 2893574. OLE color: 2893574.

HSL color Cylindrical-coordinate representation of color #06272C: hue angle of 187.89º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06272C is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB63944-
CMYK0.860.1100.83
HSL187.89º76%9.8%-
HSV(B)187.89º86.36%17.25%-
XYZ1.261.672.64-
YUV29.7136.07111.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 39 (15.62% from 255) = 43.82%
BLUE value IS 44 (17.58% from 255) = 49.44%
R=6.74%
G=43.82%
B=49.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal639440.860.1100.83187.89769.8
Hex6272C56B053bc4ca
Octal6475412613012327411412
Binary11010011110110010101101011010100111011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06272C; }

 p { color: rgb(6,39,44); }

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

<style>
 a { background-color: #06272C; }

 a { background-color: rgb(6,39,44); }

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

<style>
 span { border-color: #06272C; }

 span { border-color: rgb(6,39,44); }

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