#061C25

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

Shades of Black Pearl #061C25

Tints of Black Pearl #061C25

Color information

#061C25 (or 0x061C25) is unknown color: approx Black Pearl. HEX triplet: 06, 1C and 25. RGB value is (6,28,37). Sum of RGB (Red+Green+Blue) = 6+28+37=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #061C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C25 is #F9E3DA. Grayscale: #161616. Windows color (decimal): -16376795 or 2432006. OLE color: 2432006.

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

Color convert

RGB62837-
CMYK0.840.2400.85
HSL197.42º72.09%8.43%-
HSV(B)197.42º83.78%14.51%-
XYZ0.8211.9-
YUV22.45136.21116.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 28 (11.33% from 255) = 39.44%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=8.45%
G=39.44%
B=52.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal628370.840.2400.85197.4272.098.43
Hex61C255418055c5488
Octal6344512430012530511010
Binary11011100100101101010011000010101011100010110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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