#383933

Color #383933 Scrub (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scrub #383933

Tints of Scrub #383933

Color information

#383933 (or 0x383933) is unknown color: approx Scrub. HEX triplet: 38, 39 and 33. RGB value is (56,57,51). Sum of RGB (Red+Green+Blue) = 56+57+51=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 57 - color contains mainly: green. Hex color #383933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383933 is #C7C6CC. Grayscale: #383838. Windows color (decimal): -13092557 or 3356984. OLE color: 3356984.

HSL color Cylindrical-coordinate representation of color #383933: hue angle of 70º 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 #383933 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB565751-
CMYK0.0200.110.78
HSL70º5.56%21.18%-
HSV(B)70º10.53%22.35%-
XYZ3.694.013.71-
YUV56.02125.17127.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=34.15%
G=34.76%
B=31.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657510.0200.110.78705.5621.18
Hex38393320B4E46615
Octal7071632013116106625
Binary11100011100111001110010111001110100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383933; }

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

 H1.HeaderClassName
 {
   color: #383933;
 }
 .AnyTagClassName
 {
   color: #383933;
 }
</style>
background-color css

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

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

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

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

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

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