Html Css Color HEX #041219 Black Pearl

📋 copy color: '#041219'

red 4 ◦ green 18 ◦ blue 25

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

Shades of Black Pearl #041219

Tints of Black Pearl #041219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 38.3%

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

R = 8.51%
G = 38.3%
B = 53.19%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#041219 (or 0x041219) is known color: Black Pearl. HEX triplet: 04, 12 and 19. RGB value is (4,18,25). Sum of RGB (Red+Green+Blue) = 4+18+25=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #041219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041219 is #FBEDE6. Grayscale: #0E0E0E. Windows color (decimal): -16510439 or 1643012. OLE color: 1643012.

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

Color convert

RGB 4 18 25 -
CMYK 0.84 0.28 0 0.90
HSL 200º 0.72% 0.06% -
HSV(B) 200º 0.84% 0.1% -
XYZ 0.44 0.53 1 -
YUV 14.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 4 18 25 0.84 0.28 0 0.90 200 0.72 0.06
Hex 4 12 19 54 1C 0 5A C8 48 6
Octal 4 22 31 124 34 0 132 310 110 6
Binary 100 10010 11001 1010100 11100 0 1011010 11001000 1001000 110

Color Harmonies of #041219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041219

Black with #041219

Text Example


Text Example

White with #041219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041219; }

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

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

background-color css

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

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

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

border-color css

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

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

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