Html Css Color HEX #040B14 Black Pearl

📋 copy color: '#040B14'

red 4 ◦ green 11 ◦ blue 20

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

Shades of Black Pearl #040B14

Tints of Black Pearl #040B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 31.43%

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

R = 11.43%
G = 31.43%
B = 57.14%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#040B14 (or 0x040B14) is known color: Black Pearl. HEX triplet: 04, 0B and 14. RGB value is (4,11,20). Sum of RGB (Red+Green+Blue) = 4+11+20=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 20 (8.20% from 255 or 57.14% from 35); Max value from RGB is 20 - color contains mainly: blue. Hex color #040B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B14 is #FBF4EB. Grayscale: #090909. Windows color (decimal): -16512236 or 1313540. OLE color: 1313540.

HSL color Cylindrical-coordinate representation of color #040B14: hue angle of 213.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 #040B14 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 11 20 -
CMYK 0.80 0.45 0 0.92
HSL 213.75º 0.67% 0.05% -
HSV(B) 213.75º 0.8% 0.08% -
XYZ 0.3 0.32 0.71 -
YUV 9.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 4 11 20 0.80 0.45 0 0.92 213.75 0.67 0.05
Hex 4 B 14 50 2D 0 5C D6 43 5
Octal 4 13 24 120 55 0 134 326 103 5
Binary 100 1011 10100 1010000 101101 0 1011100 11010110 1000011 101

Color Harmonies of #040B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B14

Black with #040B14

Text Example


Text Example

White with #040B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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