#031D28

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

Shades of Black Pearl #031D28

Tints of Black Pearl #031D28

Color information

#031D28 (or 0x031D28) is unknown color: approx Black Pearl. HEX triplet: 03, 1D and 28. RGB value is (3,29,40). Sum of RGB (Red+Green+Blue) = 3+29+40=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #031D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D28 is #FCE2D7. Grayscale: #161616. Windows color (decimal): -16573144 or 2628867. OLE color: 2628867.

HSL color Cylindrical-coordinate representation of color #031D28: hue angle of 197.84º 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 #031D28 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB32940-
CMYK0.930.2800.84
HSL197.84º86.05%8.43%-
HSV(B)197.84º92.5%15.69%-
XYZ0.861.052.17-
YUV22.48137.89114.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.17%
GREEN value IS 29 (11.72% from 255) = 40.28%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=4.17%
G=40.28%
B=55.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal329400.930.2800.84197.8486.058.43
Hex31D285D1C054c6568
Octal3355013534012430612610
Binary1111101101000101110111100010101001100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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