#041C35

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

Shades of Black Pearl #041C35

Tints of Black Pearl #041C35

Color information

#041C35 (or 0x041C35) is unknown color: approx Black Pearl. HEX triplet: 04, 1C and 35. RGB value is (4,28,53). Sum of RGB (Red+Green+Blue) = 4+28+53=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #041C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C35 is #FBE3CA. Grayscale: #171717. Windows color (decimal): -16507851 or 3480580. OLE color: 3480580.

HSL color Cylindrical-coordinate representation of color #041C35: hue angle of 210.61º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041C35 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB42853-
CMYK0.920.4700.79
HSL210.61º85.96%11.18%-
HSV(B)210.61º92.45%20.78%-
XYZ1.111.113.52-
YUV23.67144.55113.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.71%
GREEN value IS 28 (11.33% from 255) = 32.94%
BLUE value IS 53 (21.09% from 255) = 62.35%
R=4.71%
G=32.94%
B=62.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal428530.920.4700.79210.6185.9611.18
Hex41C355C2F04Fd356b
Octal4346513457011732312613
Binary100111001101011011100101111010011111101001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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