Html Css Color HEX #35262B Aubergine

📋 copy color: '#35262B'

red 53 ◦ green 38 ◦ blue 43

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

Shades of Aubergine #35262B

Tints of Aubergine #35262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.09%

R = 39.55%
G = 28.36%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#35262B (or 0x35262B) is known color: Aubergine. HEX triplet: 35, 26 and 2B. RGB value is (53,38,43). Sum of RGB (Red+Green+Blue) = 53+38+43=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #35262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35262B is #CAD9D4. Grayscale: #2B2B2B. Windows color (decimal): -13294037 or 2827829. OLE color: 2827829.

HSL color Cylindrical-coordinate representation of color #35262B: hue angle of 340º 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 #35262B is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 38 43 -
CMYK 0 0.28 0.19 0.79
HSL 340º 0.16% 0.18% -
HSV(B) 340º 0.28% 0.21% -
XYZ 2.6 2.32 2.6 -
YUV 43.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 53 38 43 0 0.28 0.19 0.79 340 0.16 0.18
Hex 35 26 2B 0 1C 13 4F 154 10 12
Octal 65 46 53 0 34 23 117 524 20 22
Binary 110101 100110 101011 0 11100 10011 1001111 101010100 10000 10010

Color Harmonies of #35262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35262B

Black with #35262B

Text Example


Text Example

White with #35262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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