#041C2A

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

Shades of Black Pearl #041C2A

Tints of Black Pearl #041C2A

Color information

#041C2A (or 0x041C2A) is unknown color: approx Black Pearl. HEX triplet: 04, 1C and 2A. RGB value is (4,28,42). Sum of RGB (Red+Green+Blue) = 4+28+42=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #041C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C2A is #FBE3D5. Grayscale: #161616. Windows color (decimal): -16507862 or 2759684. OLE color: 2759684.

HSL color Cylindrical-coordinate representation of color #041C2A: hue angle of 202.11º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041C2A is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB42842-
CMYK0.900.3300.84
HSL202.11º82.61%9.02%-
HSV(B)202.11º90.48%16.47%-
XYZ0.881.022.34-
YUV22.42139.05114.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 28 (11.33% from 255) = 37.84%
BLUE value IS 42 (16.80% from 255) = 56.76%
R=5.41%
G=37.84%
B=56.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal428420.900.3300.84202.1182.619.02
Hex41C2A5A21054ca539
Octal4345213241012431212311
Binary100111001010101011010100001010101001100101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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