#031A25

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

Shades of Black Pearl #031A25

Tints of Black Pearl #031A25

Color information

#031A25 (or 0x031A25) is unknown color: approx Black Pearl. HEX triplet: 03, 1A and 25. RGB value is (3,26,37). Sum of RGB (Red+Green+Blue) = 3+26+37=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #031A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A25 is #FCE5DA. Grayscale: #141414. Windows color (decimal): -16573915 or 2431491. OLE color: 2431491.

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

Color convert

RGB32637-
CMYK0.920.3000.85
HSL199.41º85%7.84%-
HSV(B)199.41º91.89%14.51%-
XYZ0.740.891.88-
YUV20.38137.38115.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 26 (10.55% from 255) = 39.39%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=4.55%
G=39.39%
B=56.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal326370.920.3000.85199.41857.84
Hex31A255C1E055c7558
Octal3324513436012530712510
Binary1111010100101101110011110010101011100011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031A25; }

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

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

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

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

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

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

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

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