Html Css Color HEX #0F1C11 Black Bean

📋 copy color: '#0F1C11'

red 15 ◦ green 28 ◦ blue 17

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

Shades of Black Bean #0F1C11

Tints of Black Bean #0F1C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 28.33%

R = 25%
G = 46.67%
B = 28.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#0F1C11 (or 0x0F1C11) is known color: Black Bean. HEX triplet: 0F, 1C and 11. RGB value is (15,28,17). Sum of RGB (Red+Green+Blue) = 15+28+17=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C11 is #F0E3EE. Grayscale: #161616. Windows color (decimal): -15786991 or 1121295. OLE color: 1121295.

HSL color Cylindrical-coordinate representation of color #0F1C11: hue angle of 129.23º 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 #0F1C11 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 28 17 -
CMYK 0.46 0 0.39 0.89
HSL 129.23º 0.3% 0.08% -
HSV(B) 129.23º 0.46% 0.11% -
XYZ 0.71 0.97 0.68 -
YUV 22.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 15 28 17 0.46 0 0.39 0.89 129.23 0.3 0.08
Hex F 1C 11 2E 0 27 59 81 1E 8
Octal 17 34 21 56 0 47 131 201 36 10
Binary 1111 11100 10001 101110 0 100111 1011001 10000001 11110 1000

Color Harmonies of #0F1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C11

Black with #0F1C11

Text Example


Text Example

White with #0F1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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