#223B0F

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

Shades of Black Forest #223B0F

Tints of Black Forest #223B0F

Color information

#223B0F (or 0x223B0F) is unknown color: approx Black Forest. HEX triplet: 22, 3B and 0F. RGB value is (34,59,15). Sum of RGB (Red+Green+Blue) = 34+59+15=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #223B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223B0F is #DDC4F0. Grayscale: #2E2E2E. Windows color (decimal): -14533873 or 998178. OLE color: 998178.

HSL color Cylindrical-coordinate representation of color #223B0F: hue angle of 94.09º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #223B0F is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.

Color convert

RGB345915-
CMYK0.4200.750.77
HSL94.09º59.46%14.51%-
HSV(B)94.09º74.58%23.14%-
XYZ2.313.51.01-
YUV46.51110.22119.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.48%
GREEN value IS 59 (23.44% from 255) = 54.63%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=31.48%
G=54.63%
B=13.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3459150.4200.750.7794.0959.4614.51
Hex223BF2A04B4D5e3bf
Octal4273175201131151367317
Binary100010111011111110101001001011100110110111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223B0F; }

 p { color: rgb(34,59,15); }

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

<style>
 a { background-color: #223B0F; }

 a { background-color: rgb(34,59,15); }

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

<style>
 span { border-color: #223B0F; }

 span { border-color: rgb(34,59,15); }

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