#061D25

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

Shades of Black Pearl #061D25

Tints of Black Pearl #061D25

Color information

#061D25 (or 0x061D25) is unknown color: approx Black Pearl. HEX triplet: 06, 1D and 25. RGB value is (6,29,37). Sum of RGB (Red+Green+Blue) = 6+29+37=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #061D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D25 is #F9E2DA. Grayscale: #161616. Windows color (decimal): -16376539 or 2432262. OLE color: 2432262.

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

Color convert

RGB62937-
CMYK0.840.2200.85
HSL195.48º72.09%8.43%-
HSV(B)195.48º83.78%14.51%-
XYZ0.851.051.91-
YUV23.04135.88115.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 29 (11.72% from 255) = 40.28%
BLUE value IS 37 (14.84% from 255) = 51.39%
R=8.33%
G=40.28%
B=51.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal629370.840.2200.85195.4872.098.43
Hex61D255416055c3488
Octal6354512426012530311010
Binary11011101100101101010010110010101011100001110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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