Html Css Color HEX #041319 Black Pearl

📋 copy color: '#041319'

red 4 ◦ green 19 ◦ blue 25

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

Shades of Black Pearl #041319

Tints of Black Pearl #041319

RGB

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

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

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

R = 8.33%
G = 39.58%
B = 52.08%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#041319 (or 0x041319) is known color: Black Pearl. HEX triplet: 04, 13 and 19. RGB value is (4,19,25). Sum of RGB (Red+Green+Blue) = 4+19+25=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #041319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041319 is #FBECE6. Grayscale: #0F0F0F. Windows color (decimal): -16510183 or 1643268. OLE color: 1643268.

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

Color convert

RGB 4 19 25 -
CMYK 0.84 0.24 0 0.90
HSL 197.14º 0.72% 0.06% -
HSV(B) 197.14º 0.84% 0.1% -
XYZ 0.46 0.56 1 -
YUV 15.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 4 19 25 0.84 0.24 0 0.90 197.14 0.72 0.06
Hex 4 13 19 54 18 0 5A C5 48 6
Octal 4 23 31 124 30 0 132 305 110 6
Binary 100 10011 11001 1010100 11000 0 1011010 11000101 1001000 110

Color Harmonies of #041319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041319

Black with #041319

Text Example


Text Example

White with #041319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041319; }

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

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

background-color css

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

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

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

border-color css

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

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

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