#062331

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

Shades of Black Pearl #062331

Tints of Black Pearl #062331

Color information

#062331 (or 0x062331) is unknown color: approx Black Pearl. HEX triplet: 06, 23 and 31. RGB value is (6,35,49). Sum of RGB (Red+Green+Blue) = 6+35+49=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #062331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062331 is #F9DCCE. Grayscale: #1B1B1B. Windows color (decimal): -16374991 or 3220230. OLE color: 3220230.

HSL color Cylindrical-coordinate representation of color #062331: hue angle of 199.53º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062331 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB63549-
CMYK0.880.2900.81
HSL199.53º78.18%10.78%-
HSV(B)199.53º87.76%19.22%-
XYZ1.231.463.12-
YUV27.92139.89112.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 49 (19.53% from 255) = 54.44%
R=6.67%
G=38.89%
B=54.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal635490.880.2900.81199.5378.1810.78
Hex62331581D051c84eb
Octal6436113035012131011613
Binary110100011110001101100011101010100011100100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062331; }

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

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

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

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

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

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

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

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