Html Css Color HEX #0F2315 Black Bean

📋 copy color: '#0F2315'

red 15 ◦ green 35 ◦ blue 21

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

Shades of Black Bean #0F2315

Tints of Black Bean #0F2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 49.3%

 BLUE value IS 21 (8.59% from 255) = 29.58%

R = 21.13%
G = 49.3%
B = 29.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#0F2315 (or 0x0F2315) is known color: Black Bean. HEX triplet: 0F, 23 and 15. RGB value is (15,35,21). Sum of RGB (Red+Green+Blue) = 15+35+21=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2315 is #F0DCEA. Grayscale: #1B1B1B. Windows color (decimal): -15785195 or 1385231. OLE color: 1385231.

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

Color convert

RGB 15 35 21 -
CMYK 0.57 0 0.40 0.86
HSL 138º 0.4% 0.1% -
HSV(B) 138º 0.57% 0.14% -
XYZ 0.93 1.36 0.92 -
YUV 27.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 15 35 21 0.57 0 0.40 0.86 138 0.4 0.1
Hex F 23 15 39 0 28 56 8A 28 A
Octal 17 43 25 71 0 50 126 212 50 12
Binary 1111 100011 10101 111001 0 101000 1010110 10001010 101000 1010

Color Harmonies of #0F2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2315

Black with #0F2315

Text Example


Text Example

White with #0F2315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,35,21); }

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

background-color css

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

 a { background-color: rgb(15,35,21); }

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

border-color css

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

 span { border-color: rgb(15,35,21); }

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