Html Css Color HEX #040B0F Black Pearl

📋 copy color: '#040B0F'

red 4 ◦ green 11 ◦ blue 15

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

Shades of Black Pearl #040B0F

Tints of Black Pearl #040B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 50%

R = 13.33%
G = 36.67%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#040B0F (or 0x040B0F) is known color: Black Pearl. HEX triplet: 04, 0B and 0F. RGB value is (4,11,15). Sum of RGB (Red+Green+Blue) = 4+11+15=30 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.33% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: blue. Hex color #040B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B0F is #FBF4F0. Grayscale: #090909. Windows color (decimal): -16512241 or 985860. OLE color: 985860.

HSL color Cylindrical-coordinate representation of color #040B0F: hue angle of 201.82º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #040B0F is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 11 15 -
CMYK 0.73 0.27 0 0.94
HSL 201.82º 0.58% 0.04% -
HSV(B) 201.82º 0.73% 0.06% -
XYZ 0.26 0.3 0.5 -
YUV 9.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 4 11 15 0.73 0.27 0 0.94 201.82 0.58 0.04
Hex 4 B F 49 1B 0 5E CA 3A 4
Octal 4 13 17 111 33 0 136 312 72 4
Binary 100 1011 1111 1001001 11011 0 1011110 11001010 111010 100

Color Harmonies of #040B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B0F

Black with #040B0F

Text Example


Text Example

White with #040B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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