#1B340D

Color #1B340D Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #1B340D

Tints of Black Forest #1B340D

Color information

#1B340D (or 0x1B340D) is unknown color: approx Black Forest. HEX triplet: 1B, 34 and 0D. RGB value is (27,52,13). Sum of RGB (Red+Green+Blue) = 27+52+13=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #1B340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B340D is #E4CBF2. Grayscale: #282828. Windows color (decimal): -14994419 or 865307. OLE color: 865307.

HSL color Cylindrical-coordinate representation of color #1B340D: hue angle of 98.46º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B340D is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB275213-
CMYK0.4800.750.80
HSL98.46º60%12.75%-
HSV(B)98.46º75%20.39%-
XYZ1.752.720.81-
YUV40.08112.72118.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.35%
GREEN value IS 52 (20.70% from 255) = 56.52%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=29.35%
G=56.52%
B=14.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2752130.4800.750.8098.466012.75
Hex1B34D3004B50623cd
Octal3364156001131201427415
Binary11011110100110111000001001011101000011000101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,52,13); }

 H1.HeaderClassName
 {
   color: #1B340D;
 }
 .AnyTagClassName
 {
   color: #1B340D;
 }
</style>
background-color css

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

 a { background-color: rgb(27,52,13); }

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

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

 span { border-color: rgb(27,52,13); }

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