Html Css Color HEX #1B300F Black Forest

📋 copy color: '#1B300F'

red 27 ◦ green 48 ◦ blue 15

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

Shades of Black Forest #1B300F

Tints of Black Forest #1B300F

RGB

 RED value IS 27 (10.94% from 255) = 30%

 GREEN value IS 48 (19.14% from 255) = 53.33%

 BLUE value IS 15 (6.25% from 255) = 16.67%

R = 30%
G = 53.33%
B = 16.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#1B300F (or 0x1B300F) is known color: Black Forest. HEX triplet: 1B, 30 and 0F. RGB value is (27,48,15). Sum of RGB (Red+Green+Blue) = 27+48+15=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #1B300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B300F is #E4CFF0. Grayscale: #262626. Windows color (decimal): -14995441 or 995355. OLE color: 995355.

HSL color Cylindrical-coordinate representation of color #1B300F: hue angle of 98.18º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B300F is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 27 48 15 -
CMYK 0.44 0 0.69 0.81
HSL 98.18º 0.52% 0.12% -
HSV(B) 98.18º 0.69% 0.19% -
XYZ 1.6 2.38 0.83 -
YUV 37.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 27 48 15 0.44 0 0.69 0.81 98.18 0.52 0.12
Hex 1B 30 F 2C 0 45 51 62 34 C
Octal 33 60 17 54 0 105 121 142 64 14
Binary 11011 110000 1111 101100 0 1000101 1010001 1100010 110100 1100

Color Harmonies of #1B300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B300F

Black with #1B300F

Text Example


Text Example

White with #1B300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B300F; }

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

 H1.HeaderClassName
 {
   color: #1B300F;
 }
 .AnyTagClassName
 {
   color: #1B300F;
 }
</style>

background-color css

<style>
 a { background-color: #1B300F; }

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

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

border-color css

<style>
 span { border-color: #1B300F; }

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

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