#031E23

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

Shades of Black Pearl #031E23

Tints of Black Pearl #031E23

Color information

#031E23 (or 0x031E23) is unknown color: approx Black Pearl. HEX triplet: 03, 1E and 23. RGB value is (3,30,35). Sum of RGB (Red+Green+Blue) = 3+30+35=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 35 (14.06% from 255 or 51.47% from 68); Max value from RGB is 35 - color contains mainly: blue. Hex color #031E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E23 is #FCE1DC. Grayscale: #161616. Windows color (decimal): -16572893 or 2301443. OLE color: 2301443.

HSL color Cylindrical-coordinate representation of color #031E23: hue angle of 189.38º 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 #031E23 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB33035-
CMYK0.910.1400.86
HSL189.38º84.21%7.45%-
HSV(B)189.38º91.43%13.73%-
XYZ0.811.071.75-
YUV22.5135.05114.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 30 (12.11% from 255) = 44.12%
BLUE value IS 35 (14.06% from 255) = 51.47%
R=4.41%
G=44.12%
B=51.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal330350.910.1400.86189.3884.217.45
Hex31E235BE056bd547
Octal336431331601262751247
Binary11111101000111011011111001010110101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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