Html Css Color HEX #0B150E Black Bean

📋 copy color: '#0B150E'

red 11 ◦ green 21 ◦ blue 14

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

Shades of Black Bean #0B150E

Tints of Black Bean #0B150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 30.43%

R = 23.91%
G = 45.65%
B = 30.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.92

RGB Variations

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

Color information

#0B150E (or 0x0B150E) is known color: Black Bean. HEX triplet: 0B, 15 and 0E. RGB value is (11,21,14). Sum of RGB (Red+Green+Blue) = 11+21+14=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #0B150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B150E is #F4EAF1. Grayscale: #111111. Windows color (decimal): -16050930 or 922891. OLE color: 922891.

HSL color Cylindrical-coordinate representation of color #0B150E: hue angle of 138º 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 #0B150E is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB 11 21 14 -
CMYK 0.48 0 0.33 0.92
HSL 138º 0.31% 0.06% -
HSV(B) 138º 0.48% 0.08% -
XYZ 0.49 0.64 0.51 -
YUV 17.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 11 21 14 0.48 0 0.33 0.92 138 0.31 0.06
Hex B 15 E 30 0 21 5C 8A 1F 6
Octal 13 25 16 60 0 41 134 212 37 6
Binary 1011 10101 1110 110000 0 100001 1011100 10001010 11111 110

Color Harmonies of #0B150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B150E

Black with #0B150E

Text Example


Text Example

White with #0B150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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