#041A30

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

Shades of Black Pearl #041A30

Tints of Black Pearl #041A30

Color information

#041A30 (or 0x041A30) is unknown color: approx Black Pearl. HEX triplet: 04, 1A and 30. RGB value is (4,26,48). Sum of RGB (Red+Green+Blue) = 4+26+48=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #041A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A30 is #FBE5CF. Grayscale: #151515. Windows color (decimal): -16508368 or 3152388. OLE color: 3152388.

HSL color Cylindrical-coordinate representation of color #041A30: hue angle of 210º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041A30 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB42648-
CMYK0.920.4600.81
HSL210º84.62%10.2%-
HSV(B)210º91.67%18.82%-
XYZ0.950.982.93-
YUV21.93142.71115.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 26 (10.55% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=5.13%
G=33.33%
B=61.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal426480.920.4600.8121084.6210.2
Hex41A305C2E051d255a
Octal4326013456012132212512
Binary100110101100001011100101110010100011101001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,26,48); }

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

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

 a { background-color: rgb(4,26,48); }

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

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

 span { border-color: rgb(4,26,48); }

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