Html Css Color HEX #293023 Black Forest

📋 copy color: '#293023'

red 41 ◦ green 48 ◦ blue 35

#293023
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #293023

Tints of Black Forest #293023

RGB

 RED value IS 41 (16.41% from 255) = 33.06%

 GREEN value IS 48 (19.14% from 255) = 38.71%

 BLUE value IS 35 (14.06% from 255) = 28.23%

R = 33.06%
G = 38.71%
B = 28.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#293023 (or 0x293023) is known color: Black Forest. HEX triplet: 29, 30 and 23. RGB value is (41,48,35). Sum of RGB (Red+Green+Blue) = 41+48+35=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 48 - color contains mainly: green. Hex color #293023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293023 is #D6CFDC. Grayscale: #2C2C2C. Windows color (decimal): -14077917 or 2306089. OLE color: 2306089.

HSL color Cylindrical-coordinate representation of color #293023: hue angle of 92.31º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #293023 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 35 -
CMYK 0.15 0 0.27 0.81
HSL 92.31º 0.16% 0.16% -
HSV(B) 92.31º 0.27% 0.19% -
XYZ 2.27 2.71 1.99 -
YUV 44.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 41 48 35 0.15 0 0.27 0.81 92.31 0.16 0.16
Hex 29 30 23 F 0 1B 51 5C 10 10
Octal 51 60 43 17 0 33 121 134 20 20
Binary 101001 110000 100011 1111 0 11011 1010001 1011100 10000 10000

Color Harmonies of #293023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293023

Black with #293023

Text Example


Text Example

White with #293023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293023; }

 p { color: rgb(41,48,35); }

 H1.HeaderClassName
 {
   color: #293023;
 }
 .AnyTagClassName
 {
   color: #293023;
 }
</style>

background-color css

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

 a { background-color: rgb(41,48,35); }

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

border-color css

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

 span { border-color: rgb(41,48,35); }

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