#061425

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

Shades of Black Pearl #061425

Tints of Black Pearl #061425

Color information

#061425 (or 0x061425) is unknown color: approx Black Pearl. HEX triplet: 06, 14 and 25. RGB value is (6,20,37). Sum of RGB (Red+Green+Blue) = 6+20+37=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #061425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061425 is #F9EBDA. Grayscale: #111111. Windows color (decimal): -16378843 or 2429958. OLE color: 2429958.

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

Color convert

RGB62037-
CMYK0.840.4600.85
HSL212.9º72.09%8.43%-
HSV(B)212.9º83.78%14.51%-
XYZ0.660.671.85-
YUV17.75138.86119.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.52%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 37 (14.84% from 255) = 58.73%
R=9.52%
G=31.75%
B=58.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal620370.840.4600.85212.972.098.43
Hex61425542E055d5488
Octal6244512456012532511010
Binary110101001001011010100101110010101011101010110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061425; }

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

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

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

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

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

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

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

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