#041C2D

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

Shades of Black Pearl #041C2D

Tints of Black Pearl #041C2D

Color information

#041C2D (or 0x041C2D) is unknown color: approx Black Pearl. HEX triplet: 04, 1C and 2D. RGB value is (4,28,45). Sum of RGB (Red+Green+Blue) = 4+28+45=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #041C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C2D is #FBE3D2. Grayscale: #161616. Windows color (decimal): -16507859 or 2956292. OLE color: 2956292.

HSL color Cylindrical-coordinate representation of color #041C2D: hue angle of 204.88º 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 #041C2D is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42845-
CMYK0.910.3800.82
HSL204.88º83.67%9.61%-
HSV(B)204.88º91.11%17.65%-
XYZ0.941.052.63-
YUV22.76140.55114.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.19%
GREEN value IS 28 (11.33% from 255) = 36.36%
BLUE value IS 45 (17.97% from 255) = 58.44%
R=5.19%
G=36.36%
B=58.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal428450.910.3800.82204.8883.679.61
Hex41C2D5B26052cd54a
Octal4345513346012231512412
Binary100111001011011011011100110010100101100110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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