Html Css Color HEX #0B1A0B Black Bean

📋 copy color: '#0B1A0B'

red 11 ◦ green 26 ◦ blue 11

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

Shades of Black Bean #0B1A0B

Tints of Black Bean #0B1A0B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 54.17%

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

R = 22.92%
G = 54.17%
B = 22.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.90

RGB Variations

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

Color information

#0B1A0B (or 0x0B1A0B) is known color: Black Bean. HEX triplet: 0B, 1A and 0B. RGB value is (11,26,11). Sum of RGB (Red+Green+Blue) = 11+26+11=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A0B is #F4E5F4. Grayscale: #131313. Windows color (decimal): -16049653 or 727563. OLE color: 727563.

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

Color convert

RGB 11 26 11 -
CMYK 0.58 0 0.58 0.90
HSL 120º 0.41% 0.07% -
HSV(B) 120º 0.58% 0.1% -
XYZ 0.57 0.83 0.45 -
YUV 19.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 11 26 11 0.58 0 0.58 0.90 120 0.41 0.07
Hex B 1A B 3A 0 3A 5A 78 29 7
Octal 13 32 13 72 0 72 132 170 51 7
Binary 1011 11010 1011 111010 0 111010 1011010 1111000 101001 111

Color Harmonies of #0B1A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1A0B

Black with #0B1A0B

Text Example


Text Example

White with #0B1A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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