#031025

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

Shades of Black Pearl #031025

Tints of Black Pearl #031025

Color information

#031025 (or 0x031025) is unknown color: approx Black Pearl. HEX triplet: 03, 10 and 25. RGB value is (3,16,37). Sum of RGB (Red+Green+Blue) = 3+16+37=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 37 (14.84% from 255 or 66.07% from 56); Max value from RGB is 37 - color contains mainly: blue. Hex color #031025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031025 is #FCEFDA. Grayscale: #0E0E0E. Windows color (decimal): -16576475 or 2428931. OLE color: 2428931.

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

Color convert

RGB31637-
CMYK0.920.5700.85
HSL217.06º85%7.84%-
HSV(B)217.06º91.89%14.51%-
XYZ0.560.521.82-
YUV14.51140.69119.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 37 (14.84% from 255) = 66.07%
R=5.36%
G=28.57%
B=66.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal316370.920.5700.85217.06857.84
Hex310255C39055d9558
Octal3204513471012533112510
Binary11100001001011011100111001010101011101100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031025; }

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

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

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

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

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

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

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

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