Html Css Color HEX #0B1F10 Black Bean

📋 copy color: '#0B1F10'

red 11 ◦ green 31 ◦ blue 16

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

Shades of Black Bean #0B1F10

Tints of Black Bean #0B1F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 27.59%

R = 18.97%
G = 53.45%
B = 27.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#0B1F10 (or 0x0B1F10) is known color: Black Bean. HEX triplet: 0B, 1F and 10. RGB value is (11,31,16). Sum of RGB (Red+Green+Blue) = 11+31+16=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F10 is #F4E0EF. Grayscale: #171717. Windows color (decimal): -16048368 or 1056523. OLE color: 1056523.

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

Color convert

RGB 11 31 16 -
CMYK 0.65 0 0.48 0.88
HSL 135º 0.48% 0.08% -
HSV(B) 135º 0.65% 0.12% -
XYZ 0.72 1.09 0.66 -
YUV 23.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 11 31 16 0.65 0 0.48 0.88 135 0.48 0.08
Hex B 1F 10 41 0 30 58 87 30 8
Octal 13 37 20 101 0 60 130 207 60 10
Binary 1011 11111 10000 1000001 0 110000 1011000 10000111 110000 1000

Color Harmonies of #0B1F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1F10

Black with #0B1F10

Text Example


Text Example

White with #0B1F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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