Html Css Color HEX #351F21 Aubergine

📋 copy color: '#351F21'

red 53 ◦ green 31 ◦ blue 33

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

Shades of Aubergine #351F21

Tints of Aubergine #351F21

RGB

 RED value IS 53 (21.09% from 255) = 45.3%

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

 BLUE value IS 33 (13.28% from 255) = 28.21%

R = 45.3%
G = 26.5%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#351F21 (or 0x351F21) is known color: Aubergine. HEX triplet: 35, 1F and 21. RGB value is (53,31,33). Sum of RGB (Red+Green+Blue) = 53+31+33=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #351F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F21 is #CAE0DE. Grayscale: #252525. Windows color (decimal): -13295839 or 2170677. OLE color: 2170677.

HSL color Cylindrical-coordinate representation of color #351F21: hue angle of 354.55º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #351F21 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 31 33 -
CMYK 0 0.42 0.38 0.79
HSL 354.55º 0.26% 0.16% -
HSV(B) 354.55º 0.42% 0.21% -
XYZ 2.23 1.85 1.68 -
YUV 37.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 53 31 33 0 0.42 0.38 0.79 354.55 0.26 0.16
Hex 35 1F 21 0 2A 26 4F 163 1A 10
Octal 65 37 41 0 52 46 117 543 32 20
Binary 110101 11111 100001 0 101010 100110 1001111 101100011 11010 10000

Color Harmonies of #351F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F21

Black with #351F21

Text Example


Text Example

White with #351F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351F21; }

 p { color: rgb(53,31,33); }

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

background-color css

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

 a { background-color: rgb(53,31,33); }

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

border-color css

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

 span { border-color: rgb(53,31,33); }

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