#061625

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

Shades of Black Pearl #061625

Tints of Black Pearl #061625

Color information

#061625 (or 0x061625) is unknown color: approx Black Pearl. HEX triplet: 06, 16 and 25. RGB value is (6,22,37). Sum of RGB (Red+Green+Blue) = 6+22+37=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #061625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061625 is #F9E9DA. Grayscale: #121212. Windows color (decimal): -16378331 or 2430470. OLE color: 2430470.

HSL color Cylindrical-coordinate representation of color #061625: hue angle of 209.03º 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 #061625 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB62237-
CMYK0.840.4100.85
HSL209.03º72.09%8.43%-
HSV(B)209.03º83.78%14.51%-
XYZ0.70.751.86-
YUV18.93138.2118.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 22 (8.98% from 255) = 33.85%
BLUE value IS 37 (14.84% from 255) = 56.92%
R=9.23%
G=33.85%
B=56.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal622370.840.4100.85209.0372.098.43
Hex616255429055d1488
Octal6264512451012532111010
Binary110101101001011010100101001010101011101000110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061625; }

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

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

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

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

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

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

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

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