Html Css Color HEX #0B200F Black Bean

📋 copy color: '#0B200F'

red 11 ◦ green 32 ◦ blue 15

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

Shades of Black Bean #0B200F

Tints of Black Bean #0B200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 55.17%

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

R = 18.97%
G = 55.17%
B = 25.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#0B200F (or 0x0B200F) is known color: Black Bean. HEX triplet: 0B, 20 and 0F. RGB value is (11,32,15). Sum of RGB (Red+Green+Blue) = 11+32+15=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #0B200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B200F is #F4DFF0. Grayscale: #171717. Windows color (decimal): -16048113 or 991243. OLE color: 991243.

HSL color Cylindrical-coordinate representation of color #0B200F: hue angle of 131.43º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0B200F is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB 11 32 15 -
CMYK 0.66 0 0.53 0.87
HSL 131.43º 0.49% 0.08% -
HSV(B) 131.43º 0.66% 0.13% -
XYZ 0.74 1.14 0.63 -
YUV 23.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 11 32 15 0.66 0 0.53 0.87 131.43 0.49 0.08
Hex B 20 F 42 0 35 57 83 31 8
Octal 13 40 17 102 0 65 127 203 61 10
Binary 1011 100000 1111 1000010 0 110101 1010111 10000011 110001 1000

Color Harmonies of #0B200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B200F

Black with #0B200F

Text Example


Text Example

White with #0B200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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