Html Css Color HEX #0F1B12 Black Bean

📋 copy color: '#0F1B12'

red 15 ◦ green 27 ◦ blue 18

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

Shades of Black Bean #0F1B12

Tints of Black Bean #0F1B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 45%

 BLUE value IS 18 (7.42% from 255) = 30%

R = 25%
G = 45%
B = 30%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#0F1B12 (or 0x0F1B12) is known color: Black Bean. HEX triplet: 0F, 1B and 12. RGB value is (15,27,18). Sum of RGB (Red+Green+Blue) = 15+27+18=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 27 - color contains mainly: green. Hex color #0F1B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1B12 is #F0E4ED. Grayscale: #161616. Windows color (decimal): -15787246 or 1186575. OLE color: 1186575.

HSL color Cylindrical-coordinate representation of color #0F1B12: hue angle of 135º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0F1B12 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 27 18 -
CMYK 0.44 0 0.33 0.89
HSL 135º 0.29% 0.08% -
HSV(B) 135º 0.44% 0.11% -
XYZ 0.7 0.93 0.71 -
YUV 22.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 15 27 18 0.44 0 0.33 0.89 135 0.29 0.08
Hex F 1B 12 2C 0 21 59 87 1D 8
Octal 17 33 22 54 0 41 131 207 35 10
Binary 1111 11011 10010 101100 0 100001 1011001 10000111 11101 1000

Color Harmonies of #0F1B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1B12

Black with #0F1B12

Text Example


Text Example

White with #0F1B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,27,18); }

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

background-color css

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

 a { background-color: rgb(15,27,18); }

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

border-color css

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

 span { border-color: rgb(15,27,18); }

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