#031428

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

Shades of Black Pearl #031428

Tints of Black Pearl #031428

Color information

#031428 (or 0x031428) is unknown color: approx Black Pearl. HEX triplet: 03, 14 and 28. RGB value is (3,20,40). Sum of RGB (Red+Green+Blue) = 3+20+40=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #031428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031428 is #FCEBD7. Grayscale: #111111. Windows color (decimal): -16575448 or 2626563. OLE color: 2626563.

HSL color Cylindrical-coordinate representation of color #031428: hue angle of 212.43º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031428 is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB32040-
CMYK0.930.500.84
HSL212.43º86.05%8.43%-
HSV(B)212.43º92.5%15.69%-
XYZ0.670.672.1-
YUV17.2140.87117.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 40 (16.02% from 255) = 63.49%
R=4.76%
G=31.75%
B=63.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal320400.930.500.84212.4386.058.43
Hex314285D32054d4568
Octal3245013562012432412610
Binary11101001010001011101110010010101001101010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031428; }

 p { color: rgb(3,20,40); }

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

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

 a { background-color: rgb(3,20,40); }

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

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

 span { border-color: rgb(3,20,40); }

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