Html Css Color HEX #0F140F Black Bean

📋 copy color: '#0F140F'

red 15 ◦ green 20 ◦ blue 15

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

Shades of Black Bean #0F140F

Tints of Black Bean #0F140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 40%

 BLUE value IS 15 (6.25% from 255) = 30%

R = 30%
G = 40%
B = 30%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#0F140F (or 0x0F140F) is known color: Black Bean. HEX triplet: 0F, 14 and 0F. RGB value is (15,20,15). Sum of RGB (Red+Green+Blue) = 15+20+15=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 20 - color contains mainly: green. Hex color #0F140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F140F is #F0EBF0. Grayscale: #111111. Windows color (decimal): -15789041 or 988175. OLE color: 988175.

HSL color Cylindrical-coordinate representation of color #0F140F: hue angle of 120º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0F140F is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 20 15 -
CMYK 0.25 0 0.25 0.92
HSL 120º 0.14% 0.07% -
HSV(B) 120º 0.25% 0.08% -
XYZ 0.53 0.64 0.55 -
YUV 17.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 15 20 15 0.25 0 0.25 0.92 120 0.14 0.07
Hex F 14 F 19 0 19 5C 78 E 7
Octal 17 24 17 31 0 31 134 170 16 7
Binary 1111 10100 1111 11001 0 11001 1011100 1111000 1110 111

Color Harmonies of #0F140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F140F

Black with #0F140F

Text Example


Text Example

White with #0F140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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