#041630

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

Shades of Black Pearl #041630

Tints of Black Pearl #041630

Color information

#041630 (or 0x041630) is unknown color: approx Black Pearl. HEX triplet: 04, 16 and 30. RGB value is (4,22,48). Sum of RGB (Red+Green+Blue) = 4+22+48=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #041630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041630 is #FBE9CF. Grayscale: #131313. Windows color (decimal): -16509392 or 3151364. OLE color: 3151364.

HSL color Cylindrical-coordinate representation of color #041630: hue angle of 215.45º 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 #041630 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB42248-
CMYK0.920.5400.81
HSL215.45º84.62%10.2%-
HSV(B)215.45º91.67%18.82%-
XYZ0.870.812.91-
YUV19.58144.04116.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 48 (19.14% from 255) = 64.86%
R=5.41%
G=29.73%
B=64.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal422480.920.5400.81215.4584.6210.2
Hex416305C36051d755a
Octal4266013466012132712512
Binary100101101100001011100110110010100011101011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041630; }

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

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

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

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

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

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

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

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