Html Css Color HEX #353848 Bunting

📋 copy color: '#353848'

red 53 ◦ green 56 ◦ blue 72

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

Shades of Bunting #353848

Tints of Bunting #353848

RGB

 RED value IS 53 (21.09% from 255) = 29.28%

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

 BLUE value IS 72 (28.52% from 255) = 39.78%

R = 29.28%
G = 30.94%
B = 39.78%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353848 (or 0x353848) is known color: Bunting. HEX triplet: 35, 38 and 48. RGB value is (53,56,72). Sum of RGB (Red+Green+Blue) = 53+56+72=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #353848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353848 is #CAC7B7. Grayscale: #383838. Windows color (decimal): -13289400 or 4732981. OLE color: 4732981.

HSL color Cylindrical-coordinate representation of color #353848: hue angle of 230.53º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #353848 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 56 72 -
CMYK 0.26 0.22 0 0.72
HSL 230.53º 0.15% 0.25% -
HSV(B) 230.53º 0.26% 0.28% -
XYZ 4.05 4.05 6.7 -
YUV 56.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 53 56 72 0.26 0.22 0 0.72 230.53 0.15 0.25
Hex 35 38 48 1A 16 0 48 E7 F 19
Octal 65 70 110 32 26 0 110 347 17 31
Binary 110101 111000 1001000 11010 10110 0 1001000 11100111 1111 11001

Color Harmonies of #353848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353848

Black with #353848

Text Example


Text Example

White with #353848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353848; }

 p { color: rgb(53,56,72); }

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

background-color css

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

 a { background-color: rgb(53,56,72); }

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

border-color css

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

 span { border-color: rgb(53,56,72); }

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