Html Css Color HEX #333238 Revolver

📋 copy color: '#333238'

red 51 ◦ green 50 ◦ blue 56

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

Shades of Revolver #333238

Tints of Revolver #333238

RGB

 RED value IS 51 (20.31% from 255) = 32.48%

 GREEN value IS 50 (19.92% from 255) = 31.85%

 BLUE value IS 56 (22.27% from 255) = 35.67%

R = 32.48%
G = 31.85%
B = 35.67%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#333238 (or 0x333238) is known color: Revolver. HEX triplet: 33, 32 and 38. RGB value is (51,50,56). Sum of RGB (Red+Green+Blue) = 51+50+56=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 56 - color contains mainly: blue. Hex color #333238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333238 is #CCCDC7. Grayscale: #323232. Windows color (decimal): -13422024 or 3682867. OLE color: 3682867.

HSL color Cylindrical-coordinate representation of color #333238: hue angle of 250º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #333238 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 50 56 -
CMYK 0.09 0.11 0 0.78
HSL 250º 0.06% 0.21% -
HSV(B) 250º 0.11% 0.22% -
XYZ 3.22 3.27 4.2 -
YUV 50.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 51 50 56 0.09 0.11 0 0.78 250 0.06 0.21
Hex 33 32 38 9 B 0 4E FA 6 15
Octal 63 62 70 11 13 0 116 372 6 25
Binary 110011 110010 111000 1001 1011 0 1001110 11111010 110 10101

Color Harmonies of #333238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333238

Black with #333238

Text Example


Text Example

White with #333238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333238; }

 p { color: rgb(51,50,56); }

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

background-color css

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

 a { background-color: rgb(51,50,56); }

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

border-color css

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

 span { border-color: rgb(51,50,56); }

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