Html Css Color HEX #0B0907 Black

📋 copy color: '#0B0907'

red 11 ◦ green 9 ◦ blue 7

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

Shades of Black #0B0907

Tints of Black #0B0907

RGB

 RED value IS 11 (4.69% from 255) = 40.74%

 GREEN value IS 9 (3.91% from 255) = 33.33%

 BLUE value IS 7 (3.13% from 255) = 25.93%

R = 40.74%
G = 33.33%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.96

RGB Variations

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

Color information

#0B0907 (or 0x0B0907) is known color: Black. HEX triplet: 0B, 09 and 07. RGB value is (11,9,7). Sum of RGB (Red+Green+Blue) = 11+9+7=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0907 is #F4F6F8. Grayscale: #090909. Windows color (decimal): -16054009 or 461067. OLE color: 461067.

HSL color Cylindrical-coordinate representation of color #0B0907: hue angle of 30º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0B0907 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.96.

Color convert

RGB 11 9 7 -
CMYK 0 0.18 0.36 0.96
HSL 30º 0.22% 0.04% -
HSV(B) 30º 0.36% 0.04% -
XYZ 0.27 0.28 0.24 -
YUV 9.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 11 9 7 0 0.18 0.36 0.96 30 0.22 0.04
Hex B 9 7 0 12 24 60 1E 16 4
Octal 13 11 7 0 22 44 140 36 26 4
Binary 1011 1001 111 0 10010 100100 1100000 11110 10110 100

Color Harmonies of #0B0907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0907

Black with #0B0907

Text Example


Text Example

White with #0B0907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B0907; }

 p { color: rgb(11,9,7); }

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

background-color css

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

 a { background-color: rgb(11,9,7); }

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

border-color css

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

 span { border-color: rgb(11,9,7); }

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