Html Css Color HEX #0B150C Black Bean

📋 copy color: '#0B150C'

red 11 ◦ green 21 ◦ blue 12

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

Shades of Black Bean #0B150C

Tints of Black Bean #0B150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 47.73%

 BLUE value IS 12 (5.08% from 255) = 27.27%

R = 25%
G = 47.73%
B = 27.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#0B150C (or 0x0B150C) is known color: Black Bean. HEX triplet: 0B, 15 and 0C. RGB value is (11,21,12). Sum of RGB (Red+Green+Blue) = 11+21+12=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #0B150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B150C is #F4EAF3. Grayscale: #111111. Windows color (decimal): -16050932 or 791819. OLE color: 791819.

HSL color Cylindrical-coordinate representation of color #0B150C: hue angle of 126º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B150C is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 11 21 12 -
CMYK 0.48 0 0.43 0.92
HSL 126º 0.31% 0.06% -
HSV(B) 126º 0.48% 0.08% -
XYZ 0.47 0.63 0.45 -
YUV 16.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 11 21 12 0.48 0 0.43 0.92 126 0.31 0.06
Hex B 15 C 30 0 2B 5C 7E 1F 6
Octal 13 25 14 60 0 53 134 176 37 6
Binary 1011 10101 1100 110000 0 101011 1011100 1111110 11111 110

Color Harmonies of #0B150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B150C

Black with #0B150C

Text Example


Text Example

White with #0B150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,21,12); }

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

background-color css

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

 a { background-color: rgb(11,21,12); }

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

border-color css

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

 span { border-color: rgb(11,21,12); }

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