Html Css Color HEX #3D363A Barossa

📋 copy color: '#3D363A'

red 61 ◦ green 54 ◦ blue 58

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

Shades of Barossa #3D363A

Tints of Barossa #3D363A

RGB

 RED value IS 61 (24.22% from 255) = 35.26%

 GREEN value IS 54 (21.48% from 255) = 31.21%

 BLUE value IS 58 (23.05% from 255) = 33.53%

R = 35.26%
G = 31.21%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#3D363A (or 0x3D363A) is known color: Barossa. HEX triplet: 3D, 36 and 3A. RGB value is (61,54,58). Sum of RGB (Red+Green+Blue) = 61+54+58=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 61 - color contains mainly: red. Hex color #3D363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D363A is #C2C9C5. Grayscale: #383838. Windows color (decimal): -12765638 or 3814973. OLE color: 3814973.

HSL color Cylindrical-coordinate representation of color #3D363A: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3D363A is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 54 58 -
CMYK 0 0.11 0.05 0.76
HSL 325.71º 0.06% 0.23% -
HSV(B) 325.71º 0.11% 0.24% -
XYZ 4.01 3.94 4.55 -
YUV 56.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 61 54 58 0 0.11 0.05 0.76 325.71 0.06 0.23
Hex 3D 36 3A 0 B 5 4C 146 6 17
Octal 75 66 72 0 13 5 114 506 6 27
Binary 111101 110110 111010 0 1011 101 1001100 101000110 110 10111

Color Harmonies of #3D363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D363A

Black with #3D363A

Text Example


Text Example

White with #3D363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D363A; }

 p { color: rgb(61,54,58); }

 H1.HeaderClassName
 {
   color: #3D363A;
 }
 .AnyTagClassName
 {
   color: #3D363A;
 }
</style>

background-color css

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

 a { background-color: rgb(61,54,58); }

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

border-color css

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

 span { border-color: rgb(61,54,58); }

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