Html Css Color HEX #0F2013 Black Bean

📋 copy color: '#0F2013'

red 15 ◦ green 32 ◦ blue 19

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

Shades of Black Bean #0F2013

Tints of Black Bean #0F2013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 48.48%

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

R = 22.73%
G = 48.48%
B = 28.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#0F2013 (or 0x0F2013) is known color: Black Bean. HEX triplet: 0F, 20 and 13. RGB value is (15,32,19). Sum of RGB (Red+Green+Blue) = 15+32+19=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #0F2013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2013 is #F0DFEC. Grayscale: #191919. Windows color (decimal): -15785965 or 1253391. OLE color: 1253391.

HSL color Cylindrical-coordinate representation of color #0F2013: hue angle of 134.12º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F2013 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 32 19 -
CMYK 0.53 0 0.41 0.87
HSL 134.12º 0.36% 0.09% -
HSV(B) 134.12º 0.53% 0.13% -
XYZ 0.83 1.18 0.8 -
YUV 25.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 15 32 19 0.53 0 0.41 0.87 134.12 0.36 0.09
Hex F 20 13 35 0 29 57 86 24 9
Octal 17 40 23 65 0 51 127 206 44 11
Binary 1111 100000 10011 110101 0 101001 1010111 10000110 100100 1001

Color Harmonies of #0F2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2013

Black with #0F2013

Text Example


Text Example

White with #0F2013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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