#383B33

Color #383B33 Log Cabin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Log Cabin #383B33

Tints of Log Cabin #383B33

Color information

#383B33 (or 0x383B33) is unknown color: approx Log Cabin. HEX triplet: 38, 3B and 33. RGB value is (56,59,51). Sum of RGB (Red+Green+Blue) = 56+59+51=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 59 - color contains mainly: green. Hex color #383B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B33 is #C7C4CC. Grayscale: #393939. Windows color (decimal): -13092045 or 3357496. OLE color: 3357496.

HSL color Cylindrical-coordinate representation of color #383B33: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383B33 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB565951-
CMYK0.0500.140.77
HSL82.5º7.27%21.57%-
HSV(B)82.5º13.56%23.14%-
XYZ3.794.213.74-
YUV57.19124.51127.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=33.73%
G=35.54%
B=30.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5659510.0500.140.7782.57.2721.57
Hex383B3350E4D52716
Octal7073635016115122726
Binary111000111011110011101011101001101101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383B33; }

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

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

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

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

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

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

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

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