Html Css Color HEX #0B190B Black Bean

📋 copy color: '#0B190B'

red 11 ◦ green 25 ◦ blue 11

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

Shades of Black Bean #0B190B

Tints of Black Bean #0B190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 53.19%

 BLUE value IS 11 (4.69% from 255) = 23.4%

R = 23.4%
G = 53.19%
B = 23.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#0B190B (or 0x0B190B) is known color: Black Bean. HEX triplet: 0B, 19 and 0B. RGB value is (11,25,11). Sum of RGB (Red+Green+Blue) = 11+25+11=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #0B190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B190B is #F4E6F4. Grayscale: #131313. Windows color (decimal): -16049909 or 727307. OLE color: 727307.

HSL color Cylindrical-coordinate representation of color #0B190B: hue angle of 120º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0B190B is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 25 11 -
CMYK 0.56 0 0.56 0.90
HSL 120º 0.39% 0.07% -
HSV(B) 120º 0.56% 0.1% -
XYZ 0.55 0.79 0.44 -
YUV 19.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 11 25 11 0.56 0 0.56 0.90 120 0.39 0.07
Hex B 19 B 38 0 38 5A 78 27 7
Octal 13 31 13 70 0 70 132 170 47 7
Binary 1011 11001 1011 111000 0 111000 1011010 1111000 100111 111

Color Harmonies of #0B190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B190B

Black with #0B190B

Text Example


Text Example

White with #0B190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,25,11); }

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

background-color css

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

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

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

border-color css

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

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

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