#031B1F

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

Shades of Black Pearl #031B1F

Tints of Black Pearl #031B1F

Color information

#031B1F (or 0x031B1F) is unknown color: approx Black Pearl. HEX triplet: 03, 1B and 1F. RGB value is (3,27,31). Sum of RGB (Red+Green+Blue) = 3+27+31=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #031B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B1F is #FCE4E0. Grayscale: #141414. Windows color (decimal): -16573665 or 2038531. OLE color: 2038531.

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

Color convert

RGB32731-
CMYK0.900.1300.88
HSL188.57º82.35%6.67%-
HSV(B)188.57º90.32%12.16%-
XYZ0.680.91.43-
YUV20.28134.05115.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 27 (10.94% from 255) = 44.26%
BLUE value IS 31 (12.5% from 255) = 50.82%
R=4.92%
G=44.26%
B=50.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal327310.900.1300.88188.5782.356.67
Hex31B1F5AD058bd527
Octal333371321501302751227
Binary1111011111111011010110101011000101111011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,27,31); }

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

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

 a { background-color: rgb(3,27,31); }

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

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

 span { border-color: rgb(3,27,31); }

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