Html Css Color HEX #303648 Bunting

📋 copy color: '#303648'

red 48 ◦ green 54 ◦ blue 72

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

Shades of Bunting #303648

Tints of Bunting #303648

RGB

 RED value IS 48 (19.14% from 255) = 27.59%

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 27.59%
G = 31.03%
B = 41.38%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#303648 (or 0x303648) is known color: Bunting. HEX triplet: 30, 36 and 48. RGB value is (48,54,72). Sum of RGB (Red+Green+Blue) = 48+54+72=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #303648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303648 is #CFC9B7. Grayscale: #363636. Windows color (decimal): -13617592 or 4732464. OLE color: 4732464.

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

Color convert

RGB 48 54 72 -
CMYK 0.33 0.25 0 0.72
HSL 225º 0.2% 0.24% -
HSV(B) 225º 0.33% 0.28% -
XYZ 3.71 3.73 6.66 -
YUV 54.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 48 54 72 0.33 0.25 0 0.72 225 0.2 0.24
Hex 30 36 48 21 19 0 48 E1 14 18
Octal 60 66 110 41 31 0 110 341 24 30
Binary 110000 110110 1001000 100001 11001 0 1001000 11100001 10100 11000

Color Harmonies of #303648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303648

Black with #303648

Text Example


Text Example

White with #303648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303648; }

 p { color: rgb(48,54,72); }

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

background-color css

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

 a { background-color: rgb(48,54,72); }

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

border-color css

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

 span { border-color: rgb(48,54,72); }

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