#233B14

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

Shades of Black Forest #233B14

Tints of Black Forest #233B14

Color information

#233B14 (or 0x233B14) is unknown color: approx Black Forest. HEX triplet: 23, 3B and 14. RGB value is (35,59,20). Sum of RGB (Red+Green+Blue) = 35+59+20=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #233B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233B14 is #DCC4EB. Grayscale: #2F2F2F. Windows color (decimal): -14468332 or 1325859. OLE color: 1325859.

HSL color Cylindrical-coordinate representation of color #233B14: hue angle of 96.92º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233B14 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB355920-
CMYK0.4100.660.77
HSL96.92º49.37%15.49%-
HSV(B)96.92º66.1%23.14%-
XYZ2.383.541.22-
YUV47.38112.55119.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 59 (23.44% from 255) = 51.75%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=30.70%
G=51.75%
B=17.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3559200.4100.660.7796.9249.3715.49
Hex233B14290424D6131f
Octal4373245101021151416117
Binary1000111110111010010100101000010100110111000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233B14; }

 p { color: rgb(35,59,20); }

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

<style>
 a { background-color: #233B14; }

 a { background-color: rgb(35,59,20); }

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

<style>
 span { border-color: #233B14; }

 span { border-color: rgb(35,59,20); }

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