#031B23

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

Shades of Black Pearl #031B23

Tints of Black Pearl #031B23

Color information

#031B23 (or 0x031B23) is unknown color: approx Black Pearl. HEX triplet: 03, 1B and 23. RGB value is (3,27,35). Sum of RGB (Red+Green+Blue) = 3+27+35=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #031B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B23 is #FCE4DC. Grayscale: #141414. Windows color (decimal): -16573661 or 2300675. OLE color: 2300675.

HSL color Cylindrical-coordinate representation of color #031B23: hue angle of 195º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031B23 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB32735-
CMYK0.910.2300.86
HSL195º84.21%7.45%-
HSV(B)195º91.43%13.73%-
XYZ0.730.921.73-
YUV20.74136.05115.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 27 (10.94% from 255) = 41.54%
BLUE value IS 35 (14.06% from 255) = 53.85%
R=4.62%
G=41.54%
B=53.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal327350.910.2300.8619584.217.45
Hex31B235B17056c3547
Octal333431332701263031247
Binary111101110001110110111011101010110110000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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