Html Css Color HEX #0F1C13 Black Bean

📋 copy color: '#0F1C13'

red 15 ◦ green 28 ◦ blue 19

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

Shades of Black Bean #0F1C13

Tints of Black Bean #0F1C13

RGB

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

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

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

R = 24.19%
G = 45.16%
B = 30.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#0F1C13 (or 0x0F1C13) is known color: Black Bean. HEX triplet: 0F, 1C and 13. RGB value is (15,28,19). Sum of RGB (Red+Green+Blue) = 15+28+19=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C13 is #F0E3EC. Grayscale: #171717. Windows color (decimal): -15786989 or 1252367. OLE color: 1252367.

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

Color convert

RGB 15 28 19 -
CMYK 0.46 0 0.32 0.89
HSL 138.46º 0.3% 0.08% -
HSV(B) 138.46º 0.46% 0.11% -
XYZ 0.73 0.98 0.77 -
YUV 23.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 15 28 19 0.46 0 0.32 0.89 138.46 0.3 0.08
Hex F 1C 13 2E 0 20 59 8A 1E 8
Octal 17 34 23 56 0 40 131 212 36 10
Binary 1111 11100 10011 101110 0 100000 1011001 10001010 11110 1000

Color Harmonies of #0F1C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C13

Black with #0F1C13

Text Example


Text Example

White with #0F1C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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