Html Css Color HEX #403038 Barossa

📋 copy color: '#403038'

red 64 ◦ green 48 ◦ blue 56

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

Shades of Barossa #403038

Tints of Barossa #403038

RGB

 RED value IS 64 (25.39% from 255) = 38.1%

 GREEN value IS 48 (19.14% from 255) = 28.57%

 BLUE value IS 56 (22.27% from 255) = 33.33%

R = 38.1%
G = 28.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#403038 (or 0x403038) is known color: Barossa. HEX triplet: 40, 30 and 38. RGB value is (64,48,56). Sum of RGB (Red+Green+Blue) = 64+48+56=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #403038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403038 is #BFCFC7. Grayscale: #353535. Windows color (decimal): -12570568 or 3682368. OLE color: 3682368.

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

Color convert

RGB 64 48 56 -
CMYK 0 0.25 0.13 0.75
HSL 330º 0.14% 0.22% -
HSV(B) 330º 0.25% 0.25% -
XYZ 3.89 3.49 4.21 -
YUV 53.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 64 48 56 0 0.25 0.13 0.75 330 0.14 0.22
Hex 40 30 38 0 19 D 4B 14A E 16
Octal 100 60 70 0 31 15 113 512 16 26
Binary 1000000 110000 111000 0 11001 1101 1001011 101001010 1110 10110

Color Harmonies of #403038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403038

Black with #403038

Text Example


Text Example

White with #403038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403038; }

 p { color: rgb(64,48,56); }

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

background-color css

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

 a { background-color: rgb(64,48,56); }

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

border-color css

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

 span { border-color: rgb(64,48,56); }

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