Html Css Color HEX #0F1310 Black Bean

📋 copy color: '#0F1310'

red 15 ◦ green 19 ◦ blue 16

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

Shades of Black Bean #0F1310

Tints of Black Bean #0F1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 38%

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

R = 30%
G = 38%
B = 32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#0F1310 (or 0x0F1310) is known color: Black Bean. HEX triplet: 0F, 13 and 10. RGB value is (15,19,16). Sum of RGB (Red+Green+Blue) = 15+19+16=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 19 - color contains mainly: green. Hex color #0F1310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1310 is #F0ECEF. Grayscale: #111111. Windows color (decimal): -15789296 or 1053455. OLE color: 1053455.

HSL color Cylindrical-coordinate representation of color #0F1310: hue angle of 135º degrees, saturation: 0.12, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #0F1310 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 19 16 -
CMYK 0.21 0 0.16 0.93
HSL 135º 0.12% 0.07% -
HSV(B) 135º 0.21% 0.07% -
XYZ 0.52 0.6 0.58 -
YUV 17.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 15 19 16 0.21 0 0.16 0.93 135 0.12 0.07
Hex F 13 10 15 0 10 5D 87 C 7
Octal 17 23 20 25 0 20 135 207 14 7
Binary 1111 10011 10000 10101 0 10000 1011101 10000111 1100 111

Color Harmonies of #0F1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1310

Black with #0F1310

Text Example


Text Example

White with #0F1310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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