Html Css Color HEX #0F3213 Black Bean

📋 copy color: '#0F3213'

red 15 ◦ green 50 ◦ blue 19

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

Shades of Black Bean #0F3213

Tints of Black Bean #0F3213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 59.52%

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

R = 17.86%
G = 59.52%
B = 22.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#0F3213 (or 0x0F3213) is known color: Black Bean. HEX triplet: 0F, 32 and 13. RGB value is (15,50,19). Sum of RGB (Red+Green+Blue) = 15+50+19=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3213 is #F0CDEC. Grayscale: #242424. Windows color (decimal): -15781357 or 1257999. OLE color: 1257999.

HSL color Cylindrical-coordinate representation of color #0F3213: hue angle of 126.86º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3213 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 50 19 -
CMYK 0.70 0 0.62 0.80
HSL 126.86º 0.54% 0.13% -
HSV(B) 126.86º 0.7% 0.2% -
XYZ 1.46 2.43 1.01 -
YUV 36 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 15 50 19 0.70 0 0.62 0.80 126.86 0.54 0.13
Hex F 32 13 46 0 3E 50 7F 36 D
Octal 17 62 23 106 0 76 120 177 66 15
Binary 1111 110010 10011 1000110 0 111110 1010000 1111111 110110 1101

Color Harmonies of #0F3213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3213

Black with #0F3213

Text Example


Text Example

White with #0F3213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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