Html Css Color HEX #0F1B10 Black Bean

📋 copy color: '#0F1B10'

red 15 ◦ green 27 ◦ blue 16

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

Shades of Black Bean #0F1B10

Tints of Black Bean #0F1B10

RGB

 RED value IS 15 (6.25% from 255) = 25.86%

 GREEN value IS 27 (10.94% from 255) = 46.55%

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

R = 25.86%
G = 46.55%
B = 27.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#0F1B10 (or 0x0F1B10) is known color: Black Bean. HEX triplet: 0F, 1B and 10. RGB value is (15,27,16). Sum of RGB (Red+Green+Blue) = 15+27+16=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 27 (10.94% from 255 or 46.55% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 27 - color contains mainly: green. Hex color #0F1B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1B10 is #F0E4EF. Grayscale: #161616. Windows color (decimal): -15787248 or 1055503. OLE color: 1055503.

HSL color Cylindrical-coordinate representation of color #0F1B10: hue angle of 125º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0F1B10 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 27 16 -
CMYK 0.44 0 0.41 0.89
HSL 125º 0.29% 0.08% -
HSV(B) 125º 0.44% 0.11% -
XYZ 0.68 0.92 0.63 -
YUV 22.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 15 27 16 0.44 0 0.41 0.89 125 0.29 0.08
Hex F 1B 10 2C 0 29 59 7D 1D 8
Octal 17 33 20 54 0 51 131 175 35 10
Binary 1111 11011 10000 101100 0 101001 1011001 1111101 11101 1000

Color Harmonies of #0F1B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1B10

Black with #0F1B10

Text Example


Text Example

White with #0F1B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,27,16); }

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

background-color css

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

 a { background-color: rgb(15,27,16); }

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

border-color css

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

 span { border-color: rgb(15,27,16); }

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