#041935

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

Shades of Black Pearl #041935

Tints of Black Pearl #041935

Color information

#041935 (or 0x041935) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 35. RGB value is (4,25,53). Sum of RGB (Red+Green+Blue) = 4+25+53=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #041935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041935 is #FBE6CA. Grayscale: #151515. Windows color (decimal): -16508619 or 3479812. OLE color: 3479812.

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

Color convert

RGB42553-
CMYK0.920.5300.79
HSL214.29º85.96%11.18%-
HSV(B)214.29º92.45%20.78%-
XYZ1.040.983.5-
YUV21.91145.54115.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.88%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 53 (21.09% from 255) = 64.63%
R=4.88%
G=30.49%
B=64.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal425530.920.5300.79214.2985.9611.18
Hex419355C3504Fd656b
Octal4316513465011732612613
Binary100110011101011011100110101010011111101011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041935; }

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

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

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

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

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

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

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

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