Html Css Color HEX #041128 Black Pearl

📋 copy color: '#041128'

red 4 ◦ green 17 ◦ blue 40

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

Shades of Black Pearl #041128

Tints of Black Pearl #041128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 27.87%

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

R = 6.56%
G = 27.87%
B = 65.57%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#041128 (or 0x041128) is known color: Black Pearl. HEX triplet: 04, 11 and 28. RGB value is (4,17,40). Sum of RGB (Red+Green+Blue) = 4+17+40=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #041128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041128 is #FBEED7. Grayscale: #0F0F0F. Windows color (decimal): -16510680 or 2625796. OLE color: 2625796.

HSL color Cylindrical-coordinate representation of color #041128: hue angle of 218.33º 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 #041128 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 17 40 -
CMYK 0.90 0.57 0 0.84
HSL 218.33º 0.82% 0.09% -
HSV(B) 218.33º 0.9% 0.16% -
XYZ 0.63 0.58 2.09 -
YUV 15.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 4 17 40 0.90 0.57 0 0.84 218.33 0.82 0.09
Hex 4 11 28 5A 39 0 54 DA 52 9
Octal 4 21 50 132 71 0 124 332 122 11
Binary 100 10001 101000 1011010 111001 0 1010100 11011010 1010010 1001

Color Harmonies of #041128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041128

Black with #041128

Text Example


Text Example

White with #041128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041128; }

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

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

background-color css

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

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

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

border-color css

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

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

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