#062432

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

Shades of Black Pearl #062432

Tints of Black Pearl #062432

Color information

#062432 (or 0x062432) is unknown color: approx Black Pearl. HEX triplet: 06, 24 and 32. RGB value is (6,36,50). Sum of RGB (Red+Green+Blue) = 6+36+50=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #062432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062432 is #F9DBCD. Grayscale: #1C1C1C. Windows color (decimal): -16374734 or 3286022. OLE color: 3286022.

HSL color Cylindrical-coordinate representation of color #062432: hue angle of 199.09º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062432 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB63650-
CMYK0.880.2800.80
HSL199.09º78.57%10.98%-
HSV(B)199.09º88%19.61%-
XYZ1.281.533.25-
YUV28.63140.06111.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 50 (19.92% from 255) = 54.35%
R=6.52%
G=39.13%
B=54.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal636500.880.2800.80199.0978.5710.98
Hex62432581C050c74fb
Octal6446213034012030711713
Binary110100100110010101100011100010100001100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062432; }

 p { color: rgb(6,36,50); }

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

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

 a { background-color: rgb(6,36,50); }

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

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

 span { border-color: rgb(6,36,50); }

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