#041C2E

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

Shades of Black Pearl #041C2E

Tints of Black Pearl #041C2E

Color information

#041C2E (or 0x041C2E) is unknown color: approx Black Pearl. HEX triplet: 04, 1C and 2E. RGB value is (4,28,46). Sum of RGB (Red+Green+Blue) = 4+28+46=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #041C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C2E is #FBE3D1. Grayscale: #161616. Windows color (decimal): -16507858 or 3021828. OLE color: 3021828.

HSL color Cylindrical-coordinate representation of color #041C2E: hue angle of 205.71º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #041C2E is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42846-
CMYK0.910.3900.82
HSL205.71º84%9.8%-
HSV(B)205.71º91.3%18.04%-
XYZ0.961.052.74-
YUV22.88141.05114.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 46 (18.36% from 255) = 58.97%
R=5.13%
G=35.90%
B=58.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal428460.910.3900.82205.71849.8
Hex41C2E5B27052ce54a
Octal4345613347012231612412
Binary100111001011101011011100111010100101100111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041C2E; }

 p { color: rgb(4,28,46); }

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

<style>
 a { background-color: #041C2E; }

 a { background-color: rgb(4,28,46); }

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

<style>
 span { border-color: #041C2E; }

 span { border-color: rgb(4,28,46); }

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