Html Css Color HEX #040B0D Black Pearl

📋 copy color: '#040B0D'

red 4 ◦ green 11 ◦ blue 13

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

Shades of Black Pearl #040B0D

Tints of Black Pearl #040B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 46.43%

R = 14.29%
G = 39.29%
B = 46.43%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#040B0D (or 0x040B0D) is known color: Black Pearl. HEX triplet: 04, 0B and 0D. RGB value is (4,11,13). Sum of RGB (Red+Green+Blue) = 4+11+13=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 13 - color contains mainly: blue. Hex color #040B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B0D is #FBF4F2. Grayscale: #090909. Windows color (decimal): -16512243 or 854788. OLE color: 854788.

HSL color Cylindrical-coordinate representation of color #040B0D: hue angle of 193.33º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #040B0D is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 4 11 13 -
CMYK 0.69 0.15 0 0.95
HSL 193.33º 0.53% 0.03% -
HSV(B) 193.33º 0.69% 0.05% -
XYZ 0.24 0.29 0.42 -
YUV 9.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 4 11 13 0.69 0.15 0 0.95 193.33 0.53 0.03
Hex 4 B D 45 F 0 5F C1 35 3
Octal 4 13 15 105 17 0 137 301 65 3
Binary 100 1011 1101 1000101 1111 0 1011111 11000001 110101 11

Color Harmonies of #040B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B0D

Black with #040B0D

Text Example


Text Example

White with #040B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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