Html Css Color HEX #302E41 Revolver

📋 copy color: '#302E41'

red 48 ◦ green 46 ◦ blue 65

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

Shades of Revolver #302E41

Tints of Revolver #302E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.93%

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

R = 30.19%
G = 28.93%
B = 40.88%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#302E41 (or 0x302E41) is known color: Revolver. HEX triplet: 30, 2E and 41. RGB value is (48,46,65). Sum of RGB (Red+Green+Blue) = 48+46+65=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #302E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E41 is #CFD1BE. Grayscale: #303030. Windows color (decimal): -13619647 or 4271664. OLE color: 4271664.

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

Color convert

RGB 48 46 65 -
CMYK 0.26 0.29 0 0.75
HSL 246.32º 0.17% 0.22% -
HSV(B) 246.32º 0.29% 0.25% -
XYZ 3.15 2.96 5.41 -
YUV 48.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 48 46 65 0.26 0.29 0 0.75 246.32 0.17 0.22
Hex 30 2E 41 1A 1D 0 4B F6 11 16
Octal 60 56 101 32 35 0 113 366 21 26
Binary 110000 101110 1000001 11010 11101 0 1001011 11110110 10001 10110

Color Harmonies of #302E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E41

Black with #302E41

Text Example


Text Example

White with #302E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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