Html Css Color HEX #0F3113 Black Bean

📋 copy color: '#0F3113'

red 15 ◦ green 49 ◦ blue 19

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

Shades of Black Bean #0F3113

Tints of Black Bean #0F3113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 59.04%

 BLUE value IS 19 (7.81% from 255) = 22.89%

R = 18.07%
G = 59.04%
B = 22.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#0F3113 (or 0x0F3113) is known color: Black Bean. HEX triplet: 0F, 31 and 13. RGB value is (15,49,19). Sum of RGB (Red+Green+Blue) = 15+49+19=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 49 (19.53% from 255 or 59.04% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3113 is #F0CEEC. Grayscale: #232323. Windows color (decimal): -15781613 or 1257743. OLE color: 1257743.

HSL color Cylindrical-coordinate representation of color #0F3113: hue angle of 127.06º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3113 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 49 19 -
CMYK 0.69 0 0.61 0.81
HSL 127.06º 0.53% 0.13% -
HSV(B) 127.06º 0.69% 0.19% -
XYZ 1.41 2.35 0.99 -
YUV 35.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 15 49 19 0.69 0 0.61 0.81 127.06 0.53 0.13
Hex F 31 13 45 0 3D 51 7F 35 D
Octal 17 61 23 105 0 75 121 177 65 15
Binary 1111 110001 10011 1000101 0 111101 1010001 1111111 110101 1101

Color Harmonies of #0F3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3113

Black with #0F3113

Text Example


Text Example

White with #0F3113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,19); }

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

background-color css

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

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

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

border-color css

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

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

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