#061525

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

Shades of Black Pearl #061525

Tints of Black Pearl #061525

Color information

#061525 (or 0x061525) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 25. RGB value is (6,21,37). Sum of RGB (Red+Green+Blue) = 6+21+37=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #061525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061525 is #F9EADA. Grayscale: #121212. Windows color (decimal): -16378587 or 2430214. OLE color: 2430214.

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

Color convert

RGB62137-
CMYK0.840.4300.85
HSL210.97º72.09%8.43%-
HSV(B)210.97º83.78%14.51%-
XYZ0.680.711.85-
YUV18.34138.53119.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.38%
GREEN value IS 21 (8.59% from 255) = 32.81%
BLUE value IS 37 (14.84% from 255) = 57.81%
R=9.38%
G=32.81%
B=57.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal621370.840.4300.85210.9772.098.43
Hex61525542B055d3488
Octal6254512453012532311010
Binary110101011001011010100101011010101011101001110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061525; }

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

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

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

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

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

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

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

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