#041834

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

Shades of Black Pearl #041834

Tints of Black Pearl #041834

Color information

#041834 (or 0x041834) is unknown color: approx Black Pearl. HEX triplet: 04, 18 and 34. RGB value is (4,24,52). Sum of RGB (Red+Green+Blue) = 4+24+52=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #041834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041834 is #FBE7CB. Grayscale: #151515. Windows color (decimal): -16508876 or 3414020. OLE color: 3414020.

HSL color Cylindrical-coordinate representation of color #041834: hue angle of 215º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041834 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB42452-
CMYK0.920.5400.80
HSL215º85.71%10.98%-
HSV(B)215º92.31%20.39%-
XYZ10.933.38-
YUV21.21145.37115.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 52 (20.70% from 255) = 65%
R=5%
G=30%
B=65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal424520.920.5400.8021585.7110.98
Hex418345C36050d756b
Octal4306413466012032712613
Binary100110001101001011100110110010100001101011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041834; }

 p { color: rgb(4,24,52); }

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

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

 a { background-color: rgb(4,24,52); }

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

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

 span { border-color: rgb(4,24,52); }

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