Html Css Color HEX #0F1510 Black Bean

📋 copy color: '#0F1510'

red 15 ◦ green 21 ◦ blue 16

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

Shades of Black Bean #0F1510

Tints of Black Bean #0F1510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 40.38%

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

R = 28.85%
G = 40.38%
B = 30.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#0F1510 (or 0x0F1510) is known color: Black Bean. HEX triplet: 0F, 15 and 10. RGB value is (15,21,16). Sum of RGB (Red+Green+Blue) = 15+21+16=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1510 is #F0EAEF. Grayscale: #121212. Windows color (decimal): -15788784 or 1053967. OLE color: 1053967.

HSL color Cylindrical-coordinate representation of color #0F1510: hue angle of 130º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0F1510 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 21 16 -
CMYK 0.29 0 0.24 0.92
HSL 130º 0.17% 0.07% -
HSV(B) 130º 0.29% 0.08% -
XYZ 0.56 0.68 0.59 -
YUV 18.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 15 21 16 0.29 0 0.24 0.92 130 0.17 0.07
Hex F 15 10 1D 0 18 5C 82 11 7
Octal 17 25 20 35 0 30 134 202 21 7
Binary 1111 10101 10000 11101 0 11000 1011100 10000010 10001 111

Color Harmonies of #0F1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1510

Black with #0F1510

Text Example


Text Example

White with #0F1510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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