#06262C

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

Shades of Black Pearl #06262C

Tints of Black Pearl #06262C

Color information

#06262C (or 0x06262C) is unknown color: approx Black Pearl. HEX triplet: 06, 26 and 2C. RGB value is (6,38,44). Sum of RGB (Red+Green+Blue) = 6+38+44=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #06262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06262C is #F9D9D3. Grayscale: #1D1D1D. Windows color (decimal): -16374228 or 2893318. OLE color: 2893318.

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

Color convert

RGB63844-
CMYK0.860.1400.83
HSL189.47º76%9.8%-
HSV(B)189.47º86.36%17.25%-
XYZ1.221.612.63-
YUV29.12136.4111.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 44 (17.58% from 255) = 50%
R=6.82%
G=43.18%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal638440.860.1400.83189.47769.8
Hex6262C56E053bd4ca
Octal6465412616012327511412
Binary11010011010110010101101110010100111011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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