#264313

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

Shades of Black Forest #264313

Tints of Black Forest #264313

Color information

#264313 (or 0x264313) is unknown color: approx Black Forest. HEX triplet: 26, 43 and 13. RGB value is (38,67,19). Sum of RGB (Red+Green+Blue) = 38+67+19=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #264313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264313 is #D9BCEC. Grayscale: #353535. Windows color (decimal): -14269677 or 1262374. OLE color: 1262374.

HSL color Cylindrical-coordinate representation of color #264313: hue angle of 96.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264313 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB386719-
CMYK0.4300.720.74
HSL96.25º55.81%16.86%-
HSV(B)96.25º71.64%26.27%-
XYZ2.924.471.33-
YUV52.86108.89117.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.65%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=30.65%
G=54.03%
B=15.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3867190.4300.720.7496.2555.8116.86
Hex2643132B0484A603811
Octal46103235301101121407021
Binary100110100001110011101011010010001001010110000011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264313; }

 p { color: rgb(38,67,19); }

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

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

 a { background-color: rgb(38,67,19); }

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

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

 span { border-color: rgb(38,67,19); }

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