Html Css Color HEX #41383B Barossa

📋 copy color: '#41383B'

red 65 ◦ green 56 ◦ blue 59

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

Shades of Barossa #41383B

Tints of Barossa #41383B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 36.11%
G = 31.11%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41383B (or 0x41383B) is known color: Barossa. HEX triplet: 41, 38 and 3B. RGB value is (65,56,59). Sum of RGB (Red+Green+Blue) = 65+56+59=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #41383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41383B is #BEC7C4. Grayscale: #3B3B3B. Windows color (decimal): -12502981 or 3881025. OLE color: 3881025.

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

Color convert

RGB 65 56 59 -
CMYK 0 0.14 0.09 0.75
HSL 340º 0.07% 0.24% -
HSV(B) 340º 0.14% 0.25% -
XYZ 4.38 4.27 4.73 -
YUV 59.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 65 56 59 0 0.14 0.09 0.75 340 0.07 0.24
Hex 41 38 3B 0 E 9 4B 154 7 18
Octal 101 70 73 0 16 11 113 524 7 30
Binary 1000001 111000 111011 0 1110 1001 1001011 101010100 111 11000

Color Harmonies of #41383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41383B

Black with #41383B

Text Example


Text Example

White with #41383B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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