#031525

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

Shades of Black Pearl #031525

Tints of Black Pearl #031525

Color information

#031525 (or 0x031525) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 25. RGB value is (3,21,37). Sum of RGB (Red+Green+Blue) = 3+21+37=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #031525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031525 is #FCEADA. Grayscale: #111111. Windows color (decimal): -16575195 or 2430211. OLE color: 2430211.

HSL color Cylindrical-coordinate representation of color #031525: hue angle of 208.24º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031525 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB32137-
CMYK0.920.4300.85
HSL208.24º85%7.84%-
HSV(B)208.24º91.89%14.51%-
XYZ0.640.691.85-
YUV17.44139.04117.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 21 (8.59% from 255) = 34.43%
BLUE value IS 37 (14.84% from 255) = 60.66%
R=4.92%
G=34.43%
B=60.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal321370.920.4300.85208.24857.84
Hex315255C2B055d0558
Octal3254513453012532012510
Binary11101011001011011100101011010101011101000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031525; }

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

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

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

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

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

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

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

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