#061725

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

Shades of Black Pearl #061725

Tints of Black Pearl #061725

Color information

#061725 (or 0x061725) is unknown color: approx Black Pearl. HEX triplet: 06, 17 and 25. RGB value is (6,23,37). Sum of RGB (Red+Green+Blue) = 6+23+37=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #061725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061725 is #F9E8DA. Grayscale: #131313. Windows color (decimal): -16378075 or 2430726. OLE color: 2430726.

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

Color convert

RGB62337-
CMYK0.840.3800.85
HSL207.1º72.09%8.43%-
HSV(B)207.1º83.78%14.51%-
XYZ0.720.791.86-
YUV19.51137.87118.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=9.09%
G=34.85%
B=56.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal623370.840.3800.85207.172.098.43
Hex617255426055cf488
Octal6274512446012531711010
Binary110101111001011010100100110010101011100111110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061725; }

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

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

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

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

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

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

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

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