Html Css Color HEX #0F170F Black Bean

📋 copy color: '#0F170F'

red 15 ◦ green 23 ◦ blue 15

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

Shades of Black Bean #0F170F

Tints of Black Bean #0F170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 43.4%

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

R = 28.3%
G = 43.4%
B = 28.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.91

RGB Variations

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

Color information

#0F170F (or 0x0F170F) is known color: Black Bean. HEX triplet: 0F, 17 and 0F. RGB value is (15,23,15). Sum of RGB (Red+Green+Blue) = 15+23+15=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #0F170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F170F is #F0E8F0. Grayscale: #131313. Windows color (decimal): -15788273 or 988943. OLE color: 988943.

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

Color convert

RGB 15 23 15 -
CMYK 0.35 0 0.35 0.91
HSL 120º 0.21% 0.07% -
HSV(B) 120º 0.35% 0.09% -
XYZ 0.59 0.75 0.57 -
YUV 19.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 15 23 15 0.35 0 0.35 0.91 120 0.21 0.07
Hex F 17 F 23 0 23 5B 78 15 7
Octal 17 27 17 43 0 43 133 170 25 7
Binary 1111 10111 1111 100011 0 100011 1011011 1111000 10101 111

Color Harmonies of #0F170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F170F

Black with #0F170F

Text Example


Text Example

White with #0F170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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