Html Css Color HEX #303448 Bunting

📋 copy color: '#303448'

red 48 ◦ green 52 ◦ blue 72

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

Shades of Bunting #303448

Tints of Bunting #303448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

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

R = 27.91%
G = 30.23%
B = 41.86%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#303448 (or 0x303448) is known color: Bunting. HEX triplet: 30, 34 and 48. RGB value is (48,52,72). Sum of RGB (Red+Green+Blue) = 48+52+72=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #303448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303448 is #CFCBB7. Grayscale: #353535. Windows color (decimal): -13618104 or 4731952. OLE color: 4731952.

HSL color Cylindrical-coordinate representation of color #303448: hue angle of 230º 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 #303448 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 52 72 -
CMYK 0.33 0.28 0 0.72
HSL 230º 0.2% 0.24% -
HSV(B) 230º 0.33% 0.28% -
XYZ 3.62 3.55 6.63 -
YUV 53.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 48 52 72 0.33 0.28 0 0.72 230 0.2 0.24
Hex 30 34 48 21 1C 0 48 E6 14 18
Octal 60 64 110 41 34 0 110 346 24 30
Binary 110000 110100 1001000 100001 11100 0 1001000 11100110 10100 11000

Color Harmonies of #303448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303448

Black with #303448

Text Example


Text Example

White with #303448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303448; }

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

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

background-color css

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

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

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

border-color css

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

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

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