Html Css Color HEX #0B1E0F Black Bean

📋 copy color: '#0B1E0F'

red 11 ◦ green 30 ◦ blue 15

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

Shades of Black Bean #0B1E0F

Tints of Black Bean #0B1E0F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 53.57%

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

R = 19.64%
G = 53.57%
B = 26.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.5

 K value IS 0.88

RGB Variations

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

Color information

#0B1E0F (or 0x0B1E0F) is known color: Black Bean. HEX triplet: 0B, 1E and 0F. RGB value is (11,30,15). Sum of RGB (Red+Green+Blue) = 11+30+15=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E0F is #F4E1F0. Grayscale: #161616. Windows color (decimal): -16048625 or 990731. OLE color: 990731.

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

Color convert

RGB 11 30 15 -
CMYK 0.63 0 0.5 0.88
HSL 132.63º 0.46% 0.08% -
HSV(B) 132.63º 0.63% 0.12% -
XYZ 0.69 1.03 0.62 -
YUV 22.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 11 30 15 0.63 0 0.5 0.88 132.63 0.46 0.08
Hex B 1E F 3F 0 32 58 85 2E 8
Octal 13 36 17 77 0 62 130 205 56 10
Binary 1011 11110 1111 111111 0 110010 1011000 10000101 101110 1000

Color Harmonies of #0B1E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1E0F

Black with #0B1E0F

Text Example


Text Example

White with #0B1E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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