Html Css Color HEX #383839 Revolver

📋 copy color: '#383839'

red 56 ◦ green 56 ◦ blue 57

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

Shades of Revolver #383839

Tints of Revolver #383839

RGB

 RED value IS 56 (22.27% from 255) = 33.14%

 GREEN value IS 56 (22.27% from 255) = 33.14%

 BLUE value IS 57 (22.66% from 255) = 33.73%

R = 33.14%
G = 33.14%
B = 33.73%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#383839 (or 0x383839) is known color: Revolver. HEX triplet: 38, 38 and 39. RGB value is (56,56,57). Sum of RGB (Red+Green+Blue) = 56+56+57=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 57 - color contains mainly: blue. Hex color #383839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383839 is #C7C7C6. Grayscale: #383838. Windows color (decimal): -13092807 or 3749944. OLE color: 3749944.

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

Color convert

RGB 56 56 57 -
CMYK 0.02 0.02 0 0.78
HSL 240º 0.01% 0.22% -
HSV(B) 240º 0.02% 0.22% -
XYZ 3.78 3.96 4.44 -
YUV 56.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 56 56 57 0.02 0.02 0 0.78 240 0.01 0.22
Hex 38 38 39 2 2 0 4E F0 1 16
Octal 70 70 71 2 2 0 116 360 1 26
Binary 111000 111000 111001 10 10 0 1001110 11110000 1 10110

Color Harmonies of #383839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383839

Black with #383839

Text Example


Text Example

White with #383839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383839; }

 p { color: rgb(56,56,57); }

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

background-color css

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

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

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

border-color css

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

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

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