Html Css Color HEX #041314 Black Pearl

📋 copy color: '#041314'

red 4 ◦ green 19 ◦ blue 20

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

Shades of Black Pearl #041314

Tints of Black Pearl #041314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 46.51%

R = 9.3%
G = 44.19%
B = 46.51%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#041314 (or 0x041314) is known color: Black Pearl. HEX triplet: 04, 13 and 14. RGB value is (4,19,20). Sum of RGB (Red+Green+Blue) = 4+19+20=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #041314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041314 is #FBECEB. Grayscale: #0E0E0E. Windows color (decimal): -16510188 or 1315588. OLE color: 1315588.

HSL color Cylindrical-coordinate representation of color #041314: hue angle of 183.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #041314 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 19 20 -
CMYK 0.80 0.05 0 0.92
HSL 183.75º 0.67% 0.05% -
HSV(B) 183.75º 0.8% 0.08% -
XYZ 0.41 0.54 0.74 -
YUV 14.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 4 19 20 0.80 0.05 0 0.92 183.75 0.67 0.05
Hex 4 13 14 50 5 0 5C B8 43 5
Octal 4 23 24 120 5 0 134 270 103 5
Binary 100 10011 10100 1010000 101 0 1011100 10111000 1000011 101

Color Harmonies of #041314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041314

Black with #041314

Text Example


Text Example

White with #041314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041314; }

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

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

background-color css

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

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

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

border-color css

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

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

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