Html Css Color HEX #303441 Bunting

📋 copy color: '#303441'

red 48 ◦ green 52 ◦ blue 65

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

Shades of Bunting #303441

Tints of Bunting #303441

RGB

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

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

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

R = 29.09%
G = 31.52%
B = 39.39%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303441 (or 0x303441) is known color: Bunting. HEX triplet: 30, 34 and 41. RGB value is (48,52,65). Sum of RGB (Red+Green+Blue) = 48+52+65=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #303441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303441 is #CFCBBE. Grayscale: #343434. Windows color (decimal): -13618111 or 4273200. OLE color: 4273200.

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

Color convert

RGB 48 52 65 -
CMYK 0.26 0.20 0 0.75
HSL 225.88º 0.15% 0.22% -
HSV(B) 225.88º 0.26% 0.25% -
XYZ 3.4 3.47 5.49 -
YUV 52.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 48 52 65 0.26 0.20 0 0.75 225.88 0.15 0.22
Hex 30 34 41 1A 14 0 4B E2 F 16
Octal 60 64 101 32 24 0 113 342 17 26
Binary 110000 110100 1000001 11010 10100 0 1001011 11100010 1111 10110

Color Harmonies of #303441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303441

Black with #303441

Text Example


Text Example

White with #303441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303441; }

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

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

background-color css

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

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

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

border-color css

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

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

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