Html Css Color HEX #383933 Scrub

📋 copy color: '#383933'

red 56 ◦ green 57 ◦ blue 51

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

Shades of Scrub #383933

Tints of Scrub #383933

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.1%

R = 34.15%
G = 34.76%
B = 31.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#383933 (or 0x383933) is known color: 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

RGB 56 57 51 -
CMYK 0.02 0 0.11 0.78
HSL 70º 0.06% 0.21% -
HSV(B) 70º 0.11% 0.22% -
XYZ 3.69 4.01 3.71 -
YUV 56.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 56 57 51 0.02 0 0.11 0.78 70 0.06 0.21
Hex 38 39 33 2 0 B 4E 46 6 15
Octal 70 71 63 2 0 13 116 106 6 25
Binary 111000 111001 110011 10 0 1011 1001110 1000110 110 10101

Color Harmonies of #383933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383933

Black with #383933

Text Example


Text Example

White with #383933

Text Example


Text Example

HTML Codes & Css Web 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>