Html Css Color HEX #383B33 Log Cabin

📋 copy color: '#383B33'

red 56 ◦ green 59 ◦ blue 51

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

Shades of Log Cabin #383B33

Tints of Log Cabin #383B33

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 value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#383B33 (or 0x383B33) is known color: 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

RGB 56 59 51 -
CMYK 0.05 0 0.14 0.77
HSL 82.5º 0.07% 0.22% -
HSV(B) 82.5º 0.14% 0.23% -
XYZ 3.79 4.21 3.74 -
YUV 57.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 56 59 51 0.05 0 0.14 0.77 82.5 0.07 0.22
Hex 38 3B 33 5 0 E 4D 52 7 16
Octal 70 73 63 5 0 16 115 122 7 26
Binary 111000 111011 110011 101 0 1110 1001101 1010010 111 10110

Color Harmonies of #383B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B33

Black with #383B33

Text Example


Text Example

White with #383B33

Text Example


Text Example

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