Html Css Color HEX #0F1710 Black Bean

📋 copy color: '#0F1710'

red 15 ◦ green 23 ◦ blue 16

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

Shades of Black Bean #0F1710

Tints of Black Bean #0F1710

RGB

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

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

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

R = 27.78%
G = 42.59%
B = 29.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#0F1710 (or 0x0F1710) is known color: Black Bean. HEX triplet: 0F, 17 and 10. RGB value is (15,23,16). Sum of RGB (Red+Green+Blue) = 15+23+16=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1710 is #F0E8EF. Grayscale: #131313. Windows color (decimal): -15788272 or 1054479. OLE color: 1054479.

HSL color Cylindrical-coordinate representation of color #0F1710: hue angle of 127.5º 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 #0F1710 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 23 16 -
CMYK 0.35 0 0.30 0.91
HSL 127.5º 0.21% 0.07% -
HSV(B) 127.5º 0.35% 0.09% -
XYZ 0.6 0.75 0.6 -
YUV 19.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 15 23 16 0.35 0 0.30 0.91 127.5 0.21 0.07
Hex F 17 10 23 0 1E 5B 80 15 7
Octal 17 27 20 43 0 36 133 200 25 7
Binary 1111 10111 10000 100011 0 11110 1011011 10000000 10101 111

Color Harmonies of #0F1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1710

Black with #0F1710

Text Example


Text Example

White with #0F1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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