Html Css Color HEX #041518 Black Pearl

📋 copy color: '#041518'

red 4 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #041518

Tints of Black Pearl #041518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42.86%

 BLUE value IS 24 (9.77% from 255) = 48.98%

R = 8.16%
G = 42.86%
B = 48.98%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#041518 (or 0x041518) is known color: Black Pearl. HEX triplet: 04, 15 and 18. RGB value is (4,21,24). Sum of RGB (Red+Green+Blue) = 4+21+24=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #041518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041518 is #FBEAE7. Grayscale: #101010. Windows color (decimal): -16509672 or 1578244. OLE color: 1578244.

HSL color Cylindrical-coordinate representation of color #041518: hue angle of 189º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #041518 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 4 21 24 -
CMYK 0.83 0.13 0 0.91
HSL 189º 0.71% 0.05% -
HSV(B) 189º 0.83% 0.09% -
XYZ 0.48 0.63 0.96 -
YUV 16.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 4 21 24 0.83 0.13 0 0.91 189 0.71 0.05
Hex 4 15 18 53 D 0 5B BD 47 5
Octal 4 25 30 123 15 0 133 275 107 5
Binary 100 10101 11000 1010011 1101 0 1011011 10111101 1000111 101

Color Harmonies of #041518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041518

Black with #041518

Text Example


Text Example

White with #041518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041518; }

 p { color: rgb(4,21,24); }

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

background-color css

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

 a { background-color: rgb(4,21,24); }

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

border-color css

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

 span { border-color: rgb(4,21,24); }

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