#061925

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

Shades of Black Pearl #061925

Tints of Black Pearl #061925

Color information

#061925 (or 0x061925) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 25. RGB value is (6,25,37). Sum of RGB (Red+Green+Blue) = 6+25+37=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #061925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061925 is #F9E6DA. Grayscale: #141414. Windows color (decimal): -16377563 or 2431238. OLE color: 2431238.

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

Color convert

RGB62537-
CMYK0.840.3200.85
HSL203.23º72.09%8.43%-
HSV(B)203.23º83.78%14.51%-
XYZ0.760.871.88-
YUV20.69137.21117.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.82%
GREEN value IS 25 (10.16% from 255) = 36.76%
BLUE value IS 37 (14.84% from 255) = 54.41%
R=8.82%
G=36.76%
B=54.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal625370.840.3200.85203.2372.098.43
Hex619255420055cb488
Octal6314512440012531311010
Binary110110011001011010100100000010101011100101110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061925; }

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

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

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

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

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

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

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

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