Html Css Color HEX #383B30 Log Cabin

📋 copy color: '#383B30'

red 56 ◦ green 59 ◦ blue 48

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

Shades of Log Cabin #383B30

Tints of Log Cabin #383B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.2%

 BLUE value IS 48 (19.14% from 255) = 29.45%

R = 34.36%
G = 36.2%
B = 29.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#383B30 (or 0x383B30) is known color: Log Cabin. HEX triplet: 38, 3B and 30. RGB value is (56,59,48). Sum of RGB (Red+Green+Blue) = 56+59+48=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 59 - color contains mainly: green. Hex color #383B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B30 is #C7C4CF. Grayscale: #383838. Windows color (decimal): -13092048 or 3160888. OLE color: 3160888.

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

Color convert

RGB 56 59 48 -
CMYK 0.05 0 0.19 0.77
HSL 76.36º 0.1% 0.21% -
HSV(B) 76.36º 0.19% 0.23% -
XYZ 3.73 4.18 3.41 -
YUV 56.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 56 59 48 0.05 0 0.19 0.77 76.36 0.1 0.21
Hex 38 3B 30 5 0 13 4D 4C A 15
Octal 70 73 60 5 0 23 115 114 12 25
Binary 111000 111011 110000 101 0 10011 1001101 1001100 1010 10101

Color Harmonies of #383B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B30

Black with #383B30

Text Example


Text Example

White with #383B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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