#031835

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

Shades of Black Pearl #031835

Tints of Black Pearl #031835

Color information

#031835 (or 0x031835) is unknown color: approx Black Pearl. HEX triplet: 03, 18 and 35. RGB value is (3,24,53). Sum of RGB (Red+Green+Blue) = 3+24+53=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #031835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031835 is #FCE7CA. Grayscale: #141414. Windows color (decimal): -16574411 or 3479555. OLE color: 3479555.

HSL color Cylindrical-coordinate representation of color #031835: hue angle of 214.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031835 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB32453-
CMYK0.940.5500.79
HSL214.8º89.29%10.98%-
HSV(B)214.8º94.34%20.78%-
XYZ1.010.933.49-
YUV21.03146.04115.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.75%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 53 (21.09% from 255) = 66.25%
R=3.75%
G=30%
B=66.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal324530.940.5500.79214.889.2910.98
Hex318355E3704Fd759b
Octal3306513667011732713113
Binary11110001101011011110110111010011111101011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031835; }

 p { color: rgb(3,24,53); }

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

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

 a { background-color: rgb(3,24,53); }

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

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

 span { border-color: rgb(3,24,53); }

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