#06292F

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

Shades of Black Pearl #06292F

Tints of Black Pearl #06292F

Color information

#06292F (or 0x06292F) is unknown color: approx Black Pearl. HEX triplet: 06, 29 and 2F. RGB value is (6,41,47). Sum of RGB (Red+Green+Blue) = 6+41+47=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #06292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06292F is #F9D6D0. Grayscale: #1F1F1F. Windows color (decimal): -16373457 or 3090694. OLE color: 3090694.

HSL color Cylindrical-coordinate representation of color #06292F: hue angle of 188.78º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06292F is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB64147-
CMYK0.870.1300.82
HSL188.78º77.36%10.39%-
HSV(B)188.78º87.23%18.43%-
XYZ1.381.832.97-
YUV31.22136.9110.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 41 (16.41% from 255) = 43.62%
BLUE value IS 47 (18.75% from 255) = 50%
R=6.38%
G=43.62%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal641470.870.1300.82188.7877.3610.39
Hex6292F57D052bd4da
Octal6515712715012227511512
Binary11010100110111110101111101010100101011110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,41,47); }

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

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

 a { background-color: rgb(6,41,47); }

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

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

 span { border-color: rgb(6,41,47); }

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