#031C35

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

Shades of Black Pearl #031C35

Tints of Black Pearl #031C35

Color information

#031C35 (or 0x031C35) is unknown color: approx Black Pearl. HEX triplet: 03, 1C and 35. RGB value is (3,28,53). Sum of RGB (Red+Green+Blue) = 3+28+53=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 53 (21.09% from 255 or 63.10% from 84); Max value from RGB is 53 - color contains mainly: blue. Hex color #031C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C35 is #FCE3CA. Grayscale: #171717. Windows color (decimal): -16573387 or 3480579. OLE color: 3480579.

HSL color Cylindrical-coordinate representation of color #031C35: hue angle of 210º 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 #031C35 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB32853-
CMYK0.940.4700.79
HSL210º89.29%10.98%-
HSV(B)210º94.34%20.78%-
XYZ1.11.113.52-
YUV23.38144.72113.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 63.10%
R=3.57%
G=33.33%
B=63.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal328530.940.4700.7921089.2910.98
Hex31C355E2F04Fd259b
Octal3346513657011732213113
Binary11111001101011011110101111010011111101001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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