Html Css Color HEX #341F23 Aubergine

📋 copy color: '#341F23'

red 52 ◦ green 31 ◦ blue 35

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

Shades of Aubergine #341F23

Tints of Aubergine #341F23

RGB

 RED value IS 52 (20.7% from 255) = 44.07%

 GREEN value IS 31 (12.5% from 255) = 26.27%

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

R = 44.07%
G = 26.27%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#341F23 (or 0x341F23) is known color: Aubergine. HEX triplet: 34, 1F and 23. RGB value is (52,31,35). Sum of RGB (Red+Green+Blue) = 52+31+35=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #341F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F23 is #CBE0DC. Grayscale: #252525. Windows color (decimal): -13361373 or 2301748. OLE color: 2301748.

HSL color Cylindrical-coordinate representation of color #341F23: hue angle of 348.57º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F23 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 31 35 -
CMYK 0 0.40 0.33 0.80
HSL 348.57º 0.25% 0.16% -
HSV(B) 348.57º 0.4% 0.2% -
XYZ 2.21 1.83 1.83 -
YUV 37.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 52 31 35 0 0.40 0.33 0.80 348.57 0.25 0.16
Hex 34 1F 23 0 28 21 50 15D 19 10
Octal 64 37 43 0 50 41 120 535 31 20
Binary 110100 11111 100011 0 101000 100001 1010000 101011101 11001 10000

Color Harmonies of #341F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F23

Black with #341F23

Text Example


Text Example

White with #341F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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