Html Css Color HEX #41383C Barossa

📋 copy color: '#41383C'

red 65 ◦ green 56 ◦ blue 60

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

Shades of Barossa #41383C

Tints of Barossa #41383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.15%

R = 35.91%
G = 30.94%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#41383C (or 0x41383C) is known color: Barossa. HEX triplet: 41, 38 and 3C. RGB value is (65,56,60). Sum of RGB (Red+Green+Blue) = 65+56+60=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #41383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41383C is #BEC7C3. Grayscale: #3B3B3B. Windows color (decimal): -12502980 or 3946561. OLE color: 3946561.

HSL color Cylindrical-coordinate representation of color #41383C: hue angle of 333.33º 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 #41383C is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 60 -
CMYK 0 0.14 0.08 0.75
HSL 333.33º 0.07% 0.24% -
HSV(B) 333.33º 0.14% 0.25% -
XYZ 4.41 4.28 4.87 -
YUV 59.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 65 56 60 0 0.14 0.08 0.75 333.33 0.07 0.24
Hex 41 38 3C 0 E 8 4B 14D 7 18
Octal 101 70 74 0 16 10 113 515 7 30
Binary 1000001 111000 111100 0 1110 1000 1001011 101001101 111 11000

Color Harmonies of #41383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41383C

Black with #41383C

Text Example


Text Example

White with #41383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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