Html Css Color HEX #0F1C14 Black Bean

📋 copy color: '#0F1C14'

red 15 ◦ green 28 ◦ blue 20

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

Shades of Black Bean #0F1C14

Tints of Black Bean #0F1C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 31.75%

R = 23.81%
G = 44.44%
B = 31.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#0F1C14 (or 0x0F1C14) is known color: Black Bean. HEX triplet: 0F, 1C and 14. RGB value is (15,28,20). Sum of RGB (Red+Green+Blue) = 15+28+20=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C14 is #F0E3EB. Grayscale: #171717. Windows color (decimal): -15786988 or 1317903. OLE color: 1317903.

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

Color convert

RGB 15 28 20 -
CMYK 0.46 0 0.29 0.89
HSL 143.08º 0.3% 0.08% -
HSV(B) 143.08º 0.46% 0.11% -
XYZ 0.74 0.98 0.81 -
YUV 23.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 15 28 20 0.46 0 0.29 0.89 143.08 0.3 0.08
Hex F 1C 14 2E 0 1D 59 8F 1E 8
Octal 17 34 24 56 0 35 131 217 36 10
Binary 1111 11100 10100 101110 0 11101 1011001 10001111 11110 1000

Color Harmonies of #0F1C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C14

Black with #0F1C14

Text Example


Text Example

White with #0F1C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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