Html Css Color HEX #0F2413 Black Bean

📋 copy color: '#0F2413'

red 15 ◦ green 36 ◦ blue 19

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

Shades of Black Bean #0F2413

Tints of Black Bean #0F2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 51.43%

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

R = 21.43%
G = 51.43%
B = 27.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#0F2413 (or 0x0F2413) is known color: Black Bean. HEX triplet: 0F, 24 and 13. RGB value is (15,36,19). Sum of RGB (Red+Green+Blue) = 15+36+19=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2413 is #F0DBEC. Grayscale: #1B1B1B. Windows color (decimal): -15784941 or 1254415. OLE color: 1254415.

HSL color Cylindrical-coordinate representation of color #0F2413: hue angle of 131.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F2413 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 36 19 -
CMYK 0.58 0 0.47 0.86
HSL 131.43º 0.41% 0.1% -
HSV(B) 131.43º 0.58% 0.14% -
XYZ 0.95 1.41 0.84 -
YUV 27.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 15 36 19 0.58 0 0.47 0.86 131.43 0.41 0.1
Hex F 24 13 3A 0 2F 56 83 29 A
Octal 17 44 23 72 0 57 126 203 51 12
Binary 1111 100100 10011 111010 0 101111 1010110 10000011 101001 1010

Color Harmonies of #0F2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2413

Black with #0F2413

Text Example


Text Example

White with #0F2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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