#06272B

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

Shades of Black Pearl #06272B

Tints of Black Pearl #06272B

Color information

#06272B (or 0x06272B) is unknown color: approx Black Pearl. HEX triplet: 06, 27 and 2B. RGB value is (6,39,43). Sum of RGB (Red+Green+Blue) = 6+39+43=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #06272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06272B is #F9D8D4. Grayscale: #1D1D1D. Windows color (decimal): -16373973 or 2828038. OLE color: 2828038.

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

Color convert

RGB63943-
CMYK0.860.0900.83
HSL186.49º75.51%9.61%-
HSV(B)186.49º86.05%16.86%-
XYZ1.241.662.54-
YUV29.59135.57111.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 39 (15.62% from 255) = 44.32%
BLUE value IS 43 (17.19% from 255) = 48.86%
R=6.82%
G=44.32%
B=48.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal639430.860.0900.83186.4975.519.61
Hex6272B569053ba4ca
Octal6475312611012327211412
Binary11010011110101110101101001010100111011101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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