#25341C

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

Shades of Black Forest #25341C

Tints of Black Forest #25341C

Color information

#25341C (or 0x25341C) is unknown color: approx Black Forest. HEX triplet: 25, 34 and 1C. RGB value is (37,52,28). Sum of RGB (Red+Green+Blue) = 37+52+28=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #25341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25341C is #DACBE3. Grayscale: #2C2C2C. Windows color (decimal): -14339044 or 1848357. OLE color: 1848357.

HSL color Cylindrical-coordinate representation of color #25341C: hue angle of 97.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #25341C is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB375228-
CMYK0.2900.460.80
HSL97.5º30%15.69%-
HSV(B)97.5º46.15%20.39%-
XYZ2.22.931.55-
YUV44.78118.53122.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=31.62%
G=44.44%
B=23.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3752280.2900.460.8097.53015.69
Hex25341C1D02E50621e10
Octal456434350561201423620
Binary10010111010011100111010101110101000011000101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25341C; }

 p { color: rgb(37,52,28); }

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

<style>
 a { background-color: #25341C; }

 a { background-color: rgb(37,52,28); }

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

<style>
 span { border-color: #25341C; }

 span { border-color: rgb(37,52,28); }

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