Html Css Color HEX #041318 Black Pearl

📋 copy color: '#041318'

red 4 ◦ green 19 ◦ blue 24

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

Shades of Black Pearl #041318

Tints of Black Pearl #041318

RGB

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

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

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

R = 8.51%
G = 40.43%
B = 51.06%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#041318 (or 0x041318) is known color: Black Pearl. HEX triplet: 04, 13 and 18. RGB value is (4,19,24). Sum of RGB (Red+Green+Blue) = 4+19+24=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #041318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041318 is #FBECE7. Grayscale: #0F0F0F. Windows color (decimal): -16510184 or 1577732. OLE color: 1577732.

HSL color Cylindrical-coordinate representation of color #041318: hue angle of 195º 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 #041318 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 4 19 24 -
CMYK 0.83 0.21 0 0.91
HSL 195º 0.71% 0.05% -
HSV(B) 195º 0.83% 0.09% -
XYZ 0.45 0.56 0.95 -
YUV 15.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 4 19 24 0.83 0.21 0 0.91 195 0.71 0.05
Hex 4 13 18 53 15 0 5B C3 47 5
Octal 4 23 30 123 25 0 133 303 107 5
Binary 100 10011 11000 1010011 10101 0 1011011 11000011 1000111 101

Color Harmonies of #041318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041318

Black with #041318

Text Example


Text Example

White with #041318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041318; }

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

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

background-color css

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

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

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

border-color css

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

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

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