Html Css Color HEX #41383D Barossa

📋 copy color: '#41383D'

red 65 ◦ green 56 ◦ blue 61

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

Shades of Barossa #41383D

Tints of Barossa #41383D

RGB

 RED value IS 65 (25.78% from 255) = 35.71%

 GREEN value IS 56 (22.27% from 255) = 30.77%

 BLUE value IS 61 (24.22% from 255) = 33.52%

R = 35.71%
G = 30.77%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#41383D (or 0x41383D) is known color: Barossa. HEX triplet: 41, 38 and 3D. RGB value is (65,56,61). Sum of RGB (Red+Green+Blue) = 65+56+61=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #41383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41383D is #BEC7C2. Grayscale: #3B3B3B. Windows color (decimal): -12502979 or 4012097. OLE color: 4012097.

HSL color Cylindrical-coordinate representation of color #41383D: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41383D is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 61 -
CMYK 0 0.14 0.06 0.75
HSL 326.67º 0.07% 0.24% -
HSV(B) 326.67º 0.14% 0.25% -
XYZ 4.44 4.29 5.01 -
YUV 59.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 65 56 61 0 0.14 0.06 0.75 326.67 0.07 0.24
Hex 41 38 3D 0 E 6 4B 147 7 18
Octal 101 70 75 0 16 6 113 507 7 30
Binary 1000001 111000 111101 0 1110 110 1001011 101000111 111 11000

Color Harmonies of #41383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41383D

Black with #41383D

Text Example


Text Example

White with #41383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41383D; }

 p { color: rgb(65,56,61); }

 H1.HeaderClassName
 {
   color: #41383D;
 }
 .AnyTagClassName
 {
   color: #41383D;
 }
</style>

background-color css

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

 a { background-color: rgb(65,56,61); }

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

border-color css

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

 span { border-color: rgb(65,56,61); }

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