#363435

Color #363435 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #363435

Tints of Barossa #363435

Color information

#363435 (or 0x363435) is unknown color: approx Barossa. HEX triplet: 36, 34 and 35. RGB value is (54,52,53). Sum of RGB (Red+Green+Blue) = 54+52+53=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 54 - color contains mainly: red. Hex color #363435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363435 is #C9CBCA. Grayscale: #343434. Windows color (decimal): -13224907 or 3486774. OLE color: 3486774.

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

Color convert

RGB545253-
CMYK00.040.020.79
HSL330º1.89%20.78%-
HSV(B)330º3.7%21.18%-
XYZ3.393.53.86-
YUV52.71128.16128.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=33.96%
G=32.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54525300.040.020.793301.8920.78
Hex3634350424F14a215
Octal666465042117512225
Binary11011011010011010101001010011111010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363435; }

 p { color: rgb(54,52,53); }

 H1.HeaderClassName
 {
   color: #363435;
 }
 .AnyTagClassName
 {
   color: #363435;
 }
</style>
background-color css

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

 a { background-color: rgb(54,52,53); }

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

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

 span { border-color: rgb(54,52,53); }

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