Html Css Color HEX #35262A Aubergine

📋 copy color: '#35262A'

red 53 ◦ green 38 ◦ blue 42

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

Shades of Aubergine #35262A

Tints of Aubergine #35262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.57%

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 39.85%
G = 28.57%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#35262A (or 0x35262A) is known color: Aubergine. HEX triplet: 35, 26 and 2A. RGB value is (53,38,42). Sum of RGB (Red+Green+Blue) = 53+38+42=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35262A is #CAD9D5. Grayscale: #2A2A2A. Windows color (decimal): -13294038 or 2762293. OLE color: 2762293.

HSL color Cylindrical-coordinate representation of color #35262A: hue angle of 344º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35262A is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 38 42 -
CMYK 0 0.28 0.21 0.79
HSL 344º 0.16% 0.18% -
HSV(B) 344º 0.28% 0.21% -
XYZ 2.58 2.31 2.5 -
YUV 42.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 53 38 42 0 0.28 0.21 0.79 344 0.16 0.18
Hex 35 26 2A 0 1C 15 4F 158 10 12
Octal 65 46 52 0 34 25 117 530 20 22
Binary 110101 100110 101010 0 11100 10101 1001111 101011000 10000 10010

Color Harmonies of #35262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35262A

Black with #35262A

Text Example


Text Example

White with #35262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35262A; }

 p { color: rgb(53,38,42); }

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

background-color css

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

 a { background-color: rgb(53,38,42); }

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

border-color css

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

 span { border-color: rgb(53,38,42); }

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