#062025

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

Shades of Black Pearl #062025

Tints of Black Pearl #062025

Color information

#062025 (or 0x062025) is unknown color: approx Black Pearl. HEX triplet: 06, 20 and 25. RGB value is (6,32,37). Sum of RGB (Red+Green+Blue) = 6+32+37=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #062025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062025 is #F9DFDA. Grayscale: #181818. Windows color (decimal): -16375771 or 2433030. OLE color: 2433030.

HSL color Cylindrical-coordinate representation of color #062025: hue angle of 189.68º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062025 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB63237-
CMYK0.840.1400.85
HSL189.68º72.09%8.43%-
HSV(B)189.68º83.78%14.51%-
XYZ0.931.211.93-
YUV24.8134.89114.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=8%
G=42.67%
B=49.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal632370.840.1400.85189.6872.098.43
Hex6202554E055be488
Octal6404512416012527611010
Binary11010000010010110101001110010101011011111010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062025; }

 p { color: rgb(6,32,37); }

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

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

 a { background-color: rgb(6,32,37); }

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

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

 span { border-color: rgb(6,32,37); }

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