#031830

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

Shades of Black Pearl #031830

Tints of Black Pearl #031830

Color information

#031830 (or 0x031830) is unknown color: approx Black Pearl. HEX triplet: 03, 18 and 30. RGB value is (3,24,48). Sum of RGB (Red+Green+Blue) = 3+24+48=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #031830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031830 is #FCE7CF. Grayscale: #141414. Windows color (decimal): -16574416 or 3151875. OLE color: 3151875.

HSL color Cylindrical-coordinate representation of color #031830: hue angle of 212º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031830 is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB32448-
CMYK0.940.500.81
HSL212º88.24%10%-
HSV(B)212º93.75%18.82%-
XYZ0.90.892.92-
YUV20.46143.54115.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 48 (19.14% from 255) = 64%
R=4%
G=32%
B=64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal324480.940.500.8121288.2410
Hex318305E32051d458a
Octal3306013662012132413012
Binary11110001100001011110110010010100011101010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031830; }

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

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

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

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

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

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

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

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