#15230F

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

Shades of Black Forest #15230F

Tints of Black Forest #15230F

Color information

#15230F (or 0x15230F) is unknown color: approx Black Forest. HEX triplet: 15, 23 and 0F. RGB value is (21,35,15). Sum of RGB (Red+Green+Blue) = 21+35+15=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #15230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15230F is #EADCF0. Grayscale: #1C1C1C. Windows color (decimal): -15391985 or 992021. OLE color: 992021.

HSL color Cylindrical-coordinate representation of color #15230F: hue angle of 102º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15230F is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB213515-
CMYK0.4000.570.86
HSL102º40%9.8%-
HSV(B)102º57.14%13.73%-
XYZ11.40.67-
YUV28.53120.36122.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=29.58%
G=49.30%
B=21.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2135150.4000.570.86102409.8
Hex1523F28039566628a
Octal254317500711261465012
Binary1010110001111111010000111001101011011001101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15230F; }

 p { color: rgb(21,35,15); }

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

<style>
 a { background-color: #15230F; }

 a { background-color: rgb(21,35,15); }

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

<style>
 span { border-color: #15230F; }

 span { border-color: rgb(21,35,15); }

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