#031625

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

Shades of Black Pearl #031625

Tints of Black Pearl #031625

Color information

#031625 (or 0x031625) is unknown color: approx Black Pearl. HEX triplet: 03, 16 and 25. RGB value is (3,22,37). Sum of RGB (Red+Green+Blue) = 3+22+37=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 22 (8.98% from 255 or 35.48% 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 #031625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031625 is #FCE9DA. Grayscale: #111111. Windows color (decimal): -16574939 or 2430467. OLE color: 2430467.

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

Color convert

RGB32237-
CMYK0.920.4100.85
HSL206.47º85%7.84%-
HSV(B)206.47º91.89%14.51%-
XYZ0.660.731.86-
YUV18.03138.71117.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 22 (8.98% from 255) = 35.48%
BLUE value IS 37 (14.84% from 255) = 59.68%
R=4.84%
G=35.48%
B=59.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal322370.920.4100.85206.47857.84
Hex316255C29055ce558
Octal3264513451012531612510
Binary11101101001011011100101001010101011100111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031625; }

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

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

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

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

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

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

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

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