#031833

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

Shades of Black Pearl #031833

Tints of Black Pearl #031833

Color information

#031833 (or 0x031833) is unknown color: approx Black Pearl. HEX triplet: 03, 18 and 33. RGB value is (3,24,51). Sum of RGB (Red+Green+Blue) = 3+24+51=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 51 (20.31% from 255 or 65.38% from 78); Max value from RGB is 51 - color contains mainly: blue. Hex color #031833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031833 is #FCE7CC. Grayscale: #141414. Windows color (decimal): -16574413 or 3348483. OLE color: 3348483.

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

Color convert

RGB32451-
CMYK0.940.5300.8
HSL213.75º88.89%10.59%-
HSV(B)213.75º94.12%20%-
XYZ0.960.913.26-
YUV20.8145.04115.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 51 (20.31% from 255) = 65.38%
R=3.85%
G=30.77%
B=65.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal324510.940.5300.8213.7588.8910.59
Hex318335E35050d659b
Octal3306313665012032613113
Binary11110001100111011110110101010100001101011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031833; }

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

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

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

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

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

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

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

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