Html Css Color HEX #0B1F0E Black Bean

📋 copy color: '#0B1F0E'

red 11 ◦ green 31 ◦ blue 14

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

Shades of Black Bean #0B1F0E

Tints of Black Bean #0B1F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 55.36%

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

R = 19.64%
G = 55.36%
B = 25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#0B1F0E (or 0x0B1F0E) is known color: Black Bean. HEX triplet: 0B, 1F and 0E. RGB value is (11,31,14). Sum of RGB (Red+Green+Blue) = 11+31+14=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F0E is #F4E0F1. Grayscale: #171717. Windows color (decimal): -16048370 or 925451. OLE color: 925451.

HSL color Cylindrical-coordinate representation of color #0B1F0E: hue angle of 129º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1F0E is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB 11 31 14 -
CMYK 0.65 0 0.55 0.88
HSL 129º 0.48% 0.08% -
HSV(B) 129º 0.65% 0.12% -
XYZ 0.71 1.08 0.59 -
YUV 23.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 11 31 14 0.65 0 0.55 0.88 129 0.48 0.08
Hex B 1F E 41 0 37 58 81 30 8
Octal 13 37 16 101 0 67 130 201 60 10
Binary 1011 11111 1110 1000001 0 110111 1011000 10000001 110000 1000

Color Harmonies of #0B1F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1F0E

Black with #0B1F0E

Text Example


Text Example

White with #0B1F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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