Html Css Color HEX #0F3013 Black Bean

📋 copy color: '#0F3013'

red 15 ◦ green 48 ◦ blue 19

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

Shades of Black Bean #0F3013

Tints of Black Bean #0F3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 58.54%

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

R = 18.29%
G = 58.54%
B = 23.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#0F3013 (or 0x0F3013) is known color: Black Bean. HEX triplet: 0F, 30 and 13. RGB value is (15,48,19). Sum of RGB (Red+Green+Blue) = 15+48+19=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3013 is #F0CFEC. Grayscale: #222222. Windows color (decimal): -15781869 or 1257487. OLE color: 1257487.

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

Color convert

RGB 15 48 19 -
CMYK 0.69 0 0.60 0.81
HSL 127.27º 0.52% 0.12% -
HSV(B) 127.27º 0.69% 0.19% -
XYZ 1.37 2.26 0.98 -
YUV 34.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 15 48 19 0.69 0 0.60 0.81 127.27 0.52 0.12
Hex F 30 13 45 0 3C 51 7F 34 C
Octal 17 60 23 105 0 74 121 177 64 14
Binary 1111 110000 10011 1000101 0 111100 1010001 1111111 110100 1100

Color Harmonies of #0F3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3013

Black with #0F3013

Text Example


Text Example

White with #0F3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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