Html Css Color HEX #0F1E10 Black Bean

📋 copy color: '#0F1E10'

red 15 ◦ green 30 ◦ blue 16

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

Shades of Black Bean #0F1E10

Tints of Black Bean #0F1E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 49.18%

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

R = 24.59%
G = 49.18%
B = 26.23%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.47

 K value IS 0.88

RGB Variations

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

Color information

#0F1E10 (or 0x0F1E10) is known color: Black Bean. HEX triplet: 0F, 1E and 10. RGB value is (15,30,16). Sum of RGB (Red+Green+Blue) = 15+30+16=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E10 is #F0E1EF. Grayscale: #171717. Windows color (decimal): -15786480 or 1056271. OLE color: 1056271.

HSL color Cylindrical-coordinate representation of color #0F1E10: hue angle of 124º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F1E10 is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 30 16 -
CMYK 0.5 0 0.47 0.88
HSL 124º 0.33% 0.09% -
HSV(B) 124º 0.5% 0.12% -
XYZ 0.75 1.07 0.66 -
YUV 23.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 15 30 16 0.5 0 0.47 0.88 124 0.33 0.09
Hex F 1E 10 32 0 2F 58 7C 21 9
Octal 17 36 20 62 0 57 130 174 41 11
Binary 1111 11110 10000 110010 0 101111 1011000 1111100 100001 1001

Color Harmonies of #0F1E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E10

Black with #0F1E10

Text Example


Text Example

White with #0F1E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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