Html Css Color HEX #302E40 Revolver

📋 copy color: '#302E40'

red 48 ◦ green 46 ◦ blue 64

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

Shades of Revolver #302E40

Tints of Revolver #302E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.51%

R = 30.38%
G = 29.11%
B = 40.51%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#302E40 (or 0x302E40) is known color: Revolver. HEX triplet: 30, 2E and 40. RGB value is (48,46,64). Sum of RGB (Red+Green+Blue) = 48+46+64=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #302E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E40 is #CFD1BF. Grayscale: #303030. Windows color (decimal): -13619648 or 4206128. OLE color: 4206128.

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

Color convert

RGB 48 46 64 -
CMYK 0.25 0.28 0 0.75
HSL 246.67º 0.16% 0.22% -
HSV(B) 246.67º 0.28% 0.25% -
XYZ 3.12 2.95 5.26 -
YUV 48.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 48 46 64 0.25 0.28 0 0.75 246.67 0.16 0.22
Hex 30 2E 40 19 1C 0 4B F7 10 16
Octal 60 56 100 31 34 0 113 367 20 26
Binary 110000 101110 1000000 11001 11100 0 1001011 11110111 10000 10110

Color Harmonies of #302E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E40

Black with #302E40

Text Example


Text Example

White with #302E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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