Html Css Color HEX #0F1C10 Black Bean

📋 copy color: '#0F1C10'

red 15 ◦ green 28 ◦ blue 16

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

Shades of Black Bean #0F1C10

Tints of Black Bean #0F1C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 47.46%

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

R = 25.42%
G = 47.46%
B = 27.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.89

RGB Variations

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

Color information

#0F1C10 (or 0x0F1C10) is known color: Black Bean. HEX triplet: 0F, 1C and 10. RGB value is (15,28,16). Sum of RGB (Red+Green+Blue) = 15+28+16=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C10 is #F0E3EF. Grayscale: #161616. Windows color (decimal): -15786992 or 1055759. OLE color: 1055759.

HSL color Cylindrical-coordinate representation of color #0F1C10: hue angle of 124.62º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F1C10 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 28 16 -
CMYK 0.46 0 0.43 0.89
HSL 124.62º 0.3% 0.08% -
HSV(B) 124.62º 0.46% 0.11% -
XYZ 0.71 0.97 0.64 -
YUV 22.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 15 28 16 0.46 0 0.43 0.89 124.62 0.3 0.08
Hex F 1C 10 2E 0 2B 59 7D 1E 8
Octal 17 34 20 56 0 53 131 175 36 10
Binary 1111 11100 10000 101110 0 101011 1011001 1111101 11110 1000

Color Harmonies of #0F1C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C10

Black with #0F1C10

Text Example


Text Example

White with #0F1C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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