Html Css Color HEX #041119 Black Pearl

📋 copy color: '#041119'

red 4 ◦ green 17 ◦ blue 25

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

Shades of Black Pearl #041119

Tints of Black Pearl #041119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 54.35%

R = 8.7%
G = 36.96%
B = 54.35%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#041119 (or 0x041119) is known color: Black Pearl. HEX triplet: 04, 11 and 19. RGB value is (4,17,25). Sum of RGB (Red+Green+Blue) = 4+17+25=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #041119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041119 is #FBEEE6. Grayscale: #0D0D0D. Windows color (decimal): -16510695 or 1642756. OLE color: 1642756.

HSL color Cylindrical-coordinate representation of color #041119: hue angle of 202.86º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #041119 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 4 17 25 -
CMYK 0.84 0.32 0 0.90
HSL 202.86º 0.72% 0.06% -
HSV(B) 202.86º 0.84% 0.1% -
XYZ 0.43 0.5 0.99 -
YUV 14.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 4 17 25 0.84 0.32 0 0.90 202.86 0.72 0.06
Hex 4 11 19 54 20 0 5A CB 48 6
Octal 4 21 31 124 40 0 132 313 110 6
Binary 100 10001 11001 1010100 100000 0 1011010 11001011 1001000 110

Color Harmonies of #041119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041119

Black with #041119

Text Example


Text Example

White with #041119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041119; }

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

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

background-color css

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

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

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

border-color css

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

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

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