#031C1E

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

Shades of Black Pearl #031C1E

Tints of Black Pearl #031C1E

Color information

#031C1E (or 0x031C1E) is unknown color: approx Black Pearl. HEX triplet: 03, 1C and 1E. RGB value is (3,28,30). Sum of RGB (Red+Green+Blue) = 3+28+30=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #031C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C1E is #FCE3E1. Grayscale: #141414. Windows color (decimal): -16573410 or 1973251. OLE color: 1973251.

HSL color Cylindrical-coordinate representation of color #031C1E: hue angle of 184.44º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031C1E is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB32830-
CMYK0.900.0700.88
HSL184.44º81.82%6.47%-
HSV(B)184.44º90%11.76%-
XYZ0.690.941.37-
YUV20.75133.22115.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 28 (11.33% from 255) = 45.90%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=4.92%
G=45.90%
B=49.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal328300.900.0700.88184.4481.826.47
Hex31C1E5A7058b8526
Octal33436132701302701226
Binary111110011110101101011101011000101110001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,28,30); }

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

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

 a { background-color: rgb(3,28,30); }

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

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

 span { border-color: rgb(3,28,30); }

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