#232A1F

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

Shades of Black Forest #232A1F

Tints of Black Forest #232A1F

Color information

#232A1F (or 0x232A1F) is unknown color: approx Black Forest. HEX triplet: 23, 2A and 1F. RGB value is (35,42,31). Sum of RGB (Red+Green+Blue) = 35+42+31=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 42 - color contains mainly: green. Hex color #232A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A1F is #DCD5E0. Grayscale: #262626. Windows color (decimal): -14472673 or 2042403. OLE color: 2042403.

HSL color Cylindrical-coordinate representation of color #232A1F: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #232A1F is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.

Color convert

RGB354231-
CMYK0.1700.260.84
HSL98.18º15.07%14.31%-
HSV(B)98.18º26.19%16.47%-
XYZ1.772.111.61-
YUV38.65123.68125.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 42 (16.80% from 255) = 38.89%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=32.41%
G=38.89%
B=28.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3542310.1700.260.8498.1815.0714.31
Hex232A1F1101A5462fe
Octal435237210321241421716
Binary10001110101011111100010110101010100110001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232A1F; }

 p { color: rgb(35,42,31); }

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

<style>
 a { background-color: #232A1F; }

 a { background-color: rgb(35,42,31); }

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

<style>
 span { border-color: #232A1F; }

 span { border-color: rgb(35,42,31); }

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