#062327

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

Shades of Black Pearl #062327

Tints of Black Pearl #062327

Color information

#062327 (or 0x062327) is unknown color: approx Black Pearl. HEX triplet: 06, 23 and 27. RGB value is (6,35,39). Sum of RGB (Red+Green+Blue) = 6+35+39=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #062327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062327 is #F9DCD8. Grayscale: #1A1A1A. Windows color (decimal): -16375001 or 2564870. OLE color: 2564870.

HSL color Cylindrical-coordinate representation of color #062327: hue angle of 187.27º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062327 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB63539-
CMYK0.850.1000.85
HSL187.27º73.33%8.82%-
HSV(B)187.27º84.62%15.29%-
XYZ1.041.392.13-
YUV26.78134.89113.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 35 (14.06% from 255) = 43.75%
BLUE value IS 39 (15.62% from 255) = 48.75%
R=7.5%
G=43.75%
B=48.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal635390.850.1000.85187.2773.338.82
Hex6232755A055bb499
Octal6434712512012527311111
Binary11010001110011110101011010010101011011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062327; }

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

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

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

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

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

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

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

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