Html Css Color HEX #041328 Black Pearl

📋 copy color: '#041328'

red 4 ◦ green 19 ◦ blue 40

#041328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #041328

Tints of Black Pearl #041328

RGB

 RED value IS 4 (1.95% from 255) = 6.35%

 GREEN value IS 19 (7.81% from 255) = 30.16%

 BLUE value IS 40 (16.02% from 255) = 63.49%

R = 6.35%
G = 30.16%
B = 63.49%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#041328 (or 0x041328) is known color: Black Pearl. HEX triplet: 04, 13 and 28. RGB value is (4,19,40). Sum of RGB (Red+Green+Blue) = 4+19+40=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #041328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041328 is #FBECD7. Grayscale: #101010. Windows color (decimal): -16510168 or 2626308. OLE color: 2626308.

HSL color Cylindrical-coordinate representation of color #041328: hue angle of 215º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041328 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 19 40 -
CMYK 0.90 0.52 0 0.84
HSL 215º 0.82% 0.09% -
HSV(B) 215º 0.9% 0.16% -
XYZ 0.67 0.64 2.1 -
YUV 16.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 4 19 40 0.90 0.52 0 0.84 215 0.82 0.09
Hex 4 13 28 5A 34 0 54 D7 52 9
Octal 4 23 50 132 64 0 124 327 122 11
Binary 100 10011 101000 1011010 110100 0 1010100 11010111 1010010 1001

Color Harmonies of #041328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041328

Black with #041328

Text Example


Text Example

White with #041328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041328; }

 p { color: rgb(4,19,40); }

 H1.HeaderClassName
 {
   color: #041328;
 }
 .AnyTagClassName
 {
   color: #041328;
 }
</style>

background-color css

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

 a { background-color: rgb(4,19,40); }

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

border-color css

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

 span { border-color: rgb(4,19,40); }

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