#031425

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

Shades of Black Pearl #031425

Tints of Black Pearl #031425

Color information

#031425 (or 0x031425) is unknown color: approx Black Pearl. HEX triplet: 03, 14 and 25. RGB value is (3,20,37). Sum of RGB (Red+Green+Blue) = 3+20+37=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #031425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031425 is #FCEBDA. Grayscale: #101010. Windows color (decimal): -16575451 or 2429955. OLE color: 2429955.

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

Color convert

RGB32037-
CMYK0.920.4600.85
HSL210º85%7.84%-
HSV(B)210º91.89%14.51%-
XYZ0.620.651.84-
YUV16.85139.37118.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5%
GREEN value IS 20 (8.20% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 61.67%
R=5%
G=33.33%
B=61.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal320370.920.4600.85210857.84
Hex314255C2E055d2558
Octal3244513456012532212510
Binary11101001001011011100101110010101011101001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031425; }

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

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

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

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

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

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

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

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