#06262F

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

Shades of Black Pearl #06262F

Tints of Black Pearl #06262F

Color information

#06262F (or 0x06262F) is unknown color: approx Black Pearl. HEX triplet: 06, 26 and 2F. RGB value is (6,38,47). Sum of RGB (Red+Green+Blue) = 6+38+47=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #06262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06262F is #F9D9D0. Grayscale: #1D1D1D. Windows color (decimal): -16374225 or 3089926. OLE color: 3089926.

HSL color Cylindrical-coordinate representation of color #06262F: hue angle of 193.17º 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 #06262F is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB63847-
CMYK0.870.1900.82
HSL193.17º77.36%10.39%-
HSV(B)193.17º87.23%18.43%-
XYZ1.281.632.94-
YUV29.46137.9111.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 38 (15.23% from 255) = 41.76%
BLUE value IS 47 (18.75% from 255) = 51.65%
R=6.59%
G=41.76%
B=51.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal638470.870.1900.82193.1777.3610.39
Hex6262F5713052c14da
Octal6465712723012230111512
Binary110100110101111101011110011010100101100000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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