Html Css Color HEX #0F100F Black Bean

📋 copy color: '#0F100F'

red 15 ◦ green 16 ◦ blue 15

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

Shades of Black Bean #0F100F

Tints of Black Bean #0F100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 34.78%

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

R = 32.61%
G = 34.78%
B = 32.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#0F100F (or 0x0F100F) is known color: Black Bean. HEX triplet: 0F, 10 and 0F. RGB value is (15,16,15). Sum of RGB (Red+Green+Blue) = 15+16+15=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 16 - color contains mainly: green. Hex color #0F100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F100F is #F0EFF0. Grayscale: #0F0F0F. Windows color (decimal): -15790065 or 987151. OLE color: 987151.

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

Color convert

RGB 15 16 15 -
CMYK 0.06 0 0.06 0.94
HSL 120º 0.03% 0.06% -
HSV(B) 120º 0.06% 0.06% -
XYZ 0.47 0.51 0.53 -
YUV 15.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 15 16 15 0.06 0 0.06 0.94 120 0.03 0.06
Hex F 10 F 6 0 6 5E 78 3 6
Octal 17 20 17 6 0 6 136 170 3 6
Binary 1111 10000 1111 110 0 110 1011110 1111000 11 110

Color Harmonies of #0F100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F100F

Black with #0F100F

Text Example


Text Example

White with #0F100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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