#061E25

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

Shades of Black Pearl #061E25

Tints of Black Pearl #061E25

Color information

#061E25 (or 0x061E25) is unknown color: approx Black Pearl. HEX triplet: 06, 1E and 25. RGB value is (6,30,37). Sum of RGB (Red+Green+Blue) = 6+30+37=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #061E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E25 is #F9E1DA. Grayscale: #171717. Windows color (decimal): -16376283 or 2432518. OLE color: 2432518.

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

Color convert

RGB63037-
CMYK0.840.1900.85
HSL193.55º72.09%8.43%-
HSV(B)193.55º83.78%14.51%-
XYZ0.871.11.92-
YUV23.62135.55115.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 30 (12.11% from 255) = 41.10%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=8.22%
G=41.10%
B=50.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal630370.840.1900.85193.5572.098.43
Hex61E255413055c2488
Octal6364512423012530211010
Binary11011110100101101010010011010101011100001010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061E25; }

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

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

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

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

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

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

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

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