Html Css Color HEX #333638 Cod Grey

📋 copy color: '#333638'

red 51 ◦ green 54 ◦ blue 56

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

Shades of Cod Grey #333638

Tints of Cod Grey #333638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.54%

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

R = 31.68%
G = 33.54%
B = 34.78%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#333638 (or 0x333638) is known color: Cod Grey. HEX triplet: 33, 36 and 38. RGB value is (51,54,56). Sum of RGB (Red+Green+Blue) = 51+54+56=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 56 - color contains mainly: blue. Hex color #333638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333638 is #CCC9C7. Grayscale: #353535. Windows color (decimal): -13421000 or 3683891. OLE color: 3683891.

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

Color convert

RGB 51 54 56 -
CMYK 0.09 0.04 0 0.78
HSL 204º 0.05% 0.21% -
HSV(B) 204º 0.09% 0.22% -
XYZ 3.4 3.63 4.26 -
YUV 53.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 51 54 56 0.09 0.04 0 0.78 204 0.05 0.21
Hex 33 36 38 9 4 0 4E CC 5 15
Octal 63 66 70 11 4 0 116 314 5 25
Binary 110011 110110 111000 1001 100 0 1001110 11001100 101 10101

Color Harmonies of #333638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333638

Black with #333638

Text Example


Text Example

White with #333638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333638; }

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

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

background-color css

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

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

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

border-color css

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

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

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