#061325

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

Shades of Black Pearl #061325

Tints of Black Pearl #061325

Color information

#061325 (or 0x061325) is unknown color: approx Black Pearl. HEX triplet: 06, 13 and 25. RGB value is (6,19,37). Sum of RGB (Red+Green+Blue) = 6+19+37=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #061325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061325 is #F9ECDA. Grayscale: #111111. Windows color (decimal): -16379099 or 2429702. OLE color: 2429702.

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

Color convert

RGB61937-
CMYK0.840.4900.85
HSL214.84º72.09%8.43%-
HSV(B)214.84º83.78%14.51%-
XYZ0.640.641.84-
YUV17.16139.19120.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 37 (14.84% from 255) = 59.68%
R=9.68%
G=30.65%
B=59.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal619370.840.4900.85214.8472.098.43
Hex613255431055d7488
Octal6234512461012532711010
Binary110100111001011010100110001010101011101011110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061325; }

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

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

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

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

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

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

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

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