Html Css Color HEX #283241 Bunting

📋 copy color: '#283241'

red 40 ◦ green 50 ◦ blue 65

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

Shades of Bunting #283241

Tints of Bunting #283241

RGB

 RED value IS 40 (16.02% from 255) = 25.81%

 GREEN value IS 50 (19.92% from 255) = 32.26%

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 25.81%
G = 32.26%
B = 41.94%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#283241 (or 0x283241) is known color: Bunting. HEX triplet: 28, 32 and 41. RGB value is (40,50,65). Sum of RGB (Red+Green+Blue) = 40+50+65=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #283241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283241 is #D7CDBE. Grayscale: #303030. Windows color (decimal): -14142911 or 4272680. OLE color: 4272680.

HSL color Cylindrical-coordinate representation of color #283241: hue angle of 216º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283241 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 50 65 -
CMYK 0.38 0.23 0 0.75
HSL 216º 0.24% 0.21% -
HSV(B) 216º 0.38% 0.25% -
XYZ 2.97 3.11 5.45 -
YUV 48.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 40 50 65 0.38 0.23 0 0.75 216 0.24 0.21
Hex 28 32 41 26 17 0 4B D8 18 15
Octal 50 62 101 46 27 0 113 330 30 25
Binary 101000 110010 1000001 100110 10111 0 1001011 11011000 11000 10101

Color Harmonies of #283241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283241

Black with #283241

Text Example


Text Example

White with #283241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283241; }

 p { color: rgb(40,50,65); }

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

background-color css

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

 a { background-color: rgb(40,50,65); }

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

border-color css

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

 span { border-color: rgb(40,50,65); }

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