#031730

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

Shades of Black Pearl #031730

Tints of Black Pearl #031730

Color information

#031730 (or 0x031730) is unknown color: approx Black Pearl. HEX triplet: 03, 17 and 30. RGB value is (3,23,48). Sum of RGB (Red+Green+Blue) = 3+23+48=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #031730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031730 is #FCE8CF. Grayscale: #131313. Windows color (decimal): -16574672 or 3151619. OLE color: 3151619.

HSL color Cylindrical-coordinate representation of color #031730: hue angle of 213.33º 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 #031730 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB32348-
CMYK0.940.5200.81
HSL213.33º88.24%10%-
HSV(B)213.33º93.75%18.82%-
XYZ0.880.852.91-
YUV19.87143.87115.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 23 (9.38% from 255) = 31.08%
BLUE value IS 48 (19.14% from 255) = 64.86%
R=4.05%
G=31.08%
B=64.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal323480.940.5200.81213.3388.2410
Hex317305E34051d558a
Octal3276013664012132513012
Binary11101111100001011110110100010100011101010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031730; }

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

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

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

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

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

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

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

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